IoTSharp LinuxWindows 基于 .Net Core 的 IoT 平台

程序名称:IoTSharp LinuxWindows

授权协议: MIT

操作系统: 跨平台

开发语言: C#

IoTSharp LinuxWindows 介绍

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

IoTSharp LinuxWindows 官网

https://iotsharp.io/

相关编程语言

OpenFunix 是由我从零开始写的一个内核项目。 OpenF...
女娲内核,用中文版C"习语言"写的简单操作系统内...
Linux-Insides 是一系列 Linux 内核的展示。它通过分...
Alibaba Kernel起源于亚洲最大的电子商务网站——阿...
Genode操作系統框架擴展現有的內核(如微內核或程序...
TencentOS Kernel 是腾讯针对云的场景研发的服务器操...