IoTSharp是一个用于数据收集,处理,可视化和设备管理的开源IoT平台

IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.

.NET 其它杂项

访问GitHub主页

共173Star

详细介绍

IOTSharp LOGO

Build status GitHub .NET Core

IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management. IoTSharp 中文名称 貔貅物联网平台,用于数据收集通过规则引擎流转数据最后通过数据可视化管理数据结果,以及租户结构的资产管理。可用于实现自主可控的、自有机房、无需支付高额租赁费用的自有物联网平台

Contributing

Support

Document

IoTSharp's Clients

How to install with docker-compose ?

download docker-compose.yml and docker-compose up -d

How to install as docker ?

  • docker pull iotsharp/iotsharp

How to install as Linux service ?

  • 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.X509Extensions

We cloned q2g-helper-pem-nuget.removed Nlog. Added self-signed X509 functions, all of which will be used in iot#, while hope is useful for you. ...

https://github.com/IoTSharp/IoTSharp.X509Extensions

IoTSharp.SDKs

IoTSharp.SDKs 包含了 IoTSharp.Sdk.MQTT IoTSharp.Sdk.Http 用于采集端或者边缘部分进行数据采集通过sdk发送给IoTSharp。 https://github.com/IoTSharp/IoTSharp.SDKs

IoTSharp-C-Client-Sdk

IoTSharp-C-Client-Sdk 是一个使用C语言进行对接IoTSharp的例子

https://github.com/IoTSharp/IoTSharp-C-Client-Sdk

IoTSharp.Edge.RT-Thread

IoTSharp.Edge.RT-Thread (STM32L4 + Wi-Fi, sensor, lcd, audio etc)

https://github.com/IoTSharp/IoTSharp.Edge.RT-Thread 20190615010003.jpg

20190615010115.jpg

推荐源码