IoTSharp - 基于 .Net Core 的 IoT 平台


MIT
跨平台
C#

软件简介

IoTSharp 是一个 基于.Net Core 开源的物联网基础平台, 支持 HTTP、MQTT 协议,
属性数据和遥测数据协议简单类型丰富,是一个用于数据收集、处理、可视化与设备管理的 IoT 平台。

安装

Linux

  • mkdir /var/iotsharp
  • cp ./* /var/iotsharp/
  • chmod 777 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:5000/

Windows

  • sc create iotsharp binPath= “D:\iotsharp\IoTSharp.exe” displayname= “IoTSharp” start= auto