IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
- May you do good and not evil.
- May you find forgiveness for yourself and forgive others.
- May you share freely, never taking more than you give.
-
ZPT Using ZeroMQ as EventBus, PostgreSQL as message storage, telemetry data stored through TDengine
-
ZPS The default deployment configuration, IoTSharp and PostgreSql, telemetry data is stored through a single table or shading.
-
RMI Using Rabbitmq as EventBus, mongodb as message storage, telemetry data stored through influx
more Deployments
- PostgreSql The test environment is PostgreSQL 11.3,Support for sharding.
- MySql The test environment is MySQL 8.0.17,Support for sharding.
- Oracle The test environment is Oracle Standard Edition 12c Release 2 on CentOS , Support for sharding. See also: https://github.com/MaksymBilenko/docker-oracle-12c
- SQLServer Microsoft SQL Server 2016 (RTM-GDR) (KB4019088) - 13.0.1742.0 (X64) ,Support for sharding
- Sqlite Support for sharding
- docker pull iotsharp/iotsharp
- 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
- Cicada A desktop application
IoTSharp-C-client-Sdk is mqttt client, write by c;
https://github.com/IoTSharp/IoTSharp-C-Client-Sdk
It' like IoTSharp-C-Client-Sdk, but is use paho.mqtt.c https://github.com/IoTSharp/IoTSharp.Edge.paho.mqtt.c
IoTSharp.Edge.nanoFramework is a nanoFramework's mqtt client , it run on STM32 !
https://github.com/IoTSharp/IoTSharp.Edge.nanoFramework
more info read https://www.cnblogs.com/MysticBoy/p/13159648.html or click https://www.nanoframework.net/
IoTSharp.Edge.RT-Thread (STM32L4 + Wi-Fi, sensor, lcd, audio etc)
https://github.com/IoTSharp/IoTSharp.Edge.RT-Thread
IoTSharp's ecosystem
- MaiKeBing.CAP.ZeroMQ
- MaiKeBing.CAP.LiteDB
- MaiKeBing.HostedService.ZeroMQ
- IoTSharp.X509Extensions
- MQTTnet.AspNetCoreEx
- Silkier
- Silkier.EFCore
- Silkier.AspNetCore
- SilkierQuartz
- Maikebing.EntityFrameworkCore.Taos
- IoTSharp.Sdk.Http
- IoTSharp.Sdk.MQTT
公众号 | QQ群63631741 |
---|---|
- If you'd like to contribute to IoTSharp, please take a look at our Contributing Guide.
- If you have a question or have found a bug, file an issue.
- To learn about project priorities as well as status and ship dates see the IoTShap roadmap.