# IoTSharp **Repository Path**: MuNet/IoTSharp ## Basic Information - **Project Name**: IoTSharp - **Description**: IoTSharp 是一个 基于.Net Core 开源的物联网基础平台, 支持 HTTP、MQTT 、CoAp 协议, 属性数据和遥测数据协议简单类型丰富,是一个用于数据收集、处理、可视化与设备管理的 IoT 平台 QQ群:63631741 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.iotsharp.net - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 825 - **Created**: 2019-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
_ _______ ______ _ | | (_______) / _____)| | | | ___ _ ( (____ | |__ _____ ____ ____ | | / _ \ | | \____ \ | _ \ (____ | / ___)| _ \ | || |_| | | | _____) )| | | |/ ___ || | | |_| | |_| \___/ |_| (______/ |_| |_|\_____||_| | __/ |_|[](https://ci.appveyor.com/project/MaiKeBing/iotsharp/branch/master)  IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management. ## Contributing - If you'd like to contribute to IoTSharp, please take a look at our [Contributing Guide](contributing.md). - If you have a question or have found a bug,[ file an issue.](https://github.com/IoTSharp/IoTSharp/issues) - To learn about project priorities as well as status and ship dates see the [IoTShap roadmap](roadmap.md). ## Support - [Stackoverflow](http://stackoverflow.com/questions/tagged/iotsharp) ## [Document](https://docs.iotsharp.io) ## IoTSharp's Clients and Sdks - Cicada A desktop application https://github.com/IoTSharp/Cicada - C Client SDK for IoTSharp https://github.com/IoTSharp/IoTSharp-C-Client-Sdk - C# Client SDK for IoTSharp https://github.com/IoTSharp/IoTSharp.SDKs ## How to install ? - mkdir /var/lib/iotsharp/ - cp ./* /var/lib/iotsharp/ - chmod 777 /var/lib/iotsharp/IoTSharp - cp iotsharp.service /etc/systemd/system/iotsharp.service - sudo systemctl enable /etc/systemd/system/iotsharp.service - sudo systemctl start iotsharp.service - sudo journalctl -fu iotsharp.service - http://127.0.0.1:80/ - ## IoTSharp.Edge.RT-Thread IoTSharp.Edge.RT-Thread (STM32L4 + Wi-Fi, sensor, lcd, audio etc) https://github.com/IoTSharp/IoTSharp.Edge.RT-Thread  