All Projects → IoTSharp → Iotsharp

IoTSharp / Iotsharp

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

Projects that are alternatives of or similar to Iotsharp

Iotplatform
An open-source IoT platform that enables rapid development, management and scaling of IoT projects. With this IoT platform, you are able to: 1) Provision and control devices, 2) Collect and visualize data from devices, 3) Analyze device data and trigger alarms, 4) Deliver device data to other systems, 5) Enable use-case specific features using customizable rules and plugins.
Stars: ✭ 82 (-64.5%)
Mutual labels:  iot-platform
Msgflo
Distributed Flow-Based Programming via message queues
Stars: ✭ 136 (-41.13%)
Mutual labels:  iot-platform
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+976.19%)
Mutual labels:  iot-platform
Temp Monitor
Internet of Things data platform for temperature and humidity sensors with maps
Stars: ✭ 84 (-63.64%)
Mutual labels:  iot-platform
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+910.39%)
Mutual labels:  iot-platform
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-39.39%)
Mutual labels:  iot-platform
Harmonyos
鸿蒙系统资料。Docs about HarmonyOS.
Stars: ✭ 1,191 (+415.58%)
Mutual labels:  iot-platform
Mongoose Os
Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
Stars: ✭ 2,234 (+867.1%)
Mutual labels:  iot-platform
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-49.35%)
Mutual labels:  iot-platform
Pando Cloud
pando open source iot cloud.
Stars: ✭ 162 (-29.87%)
Mutual labels:  iot-platform
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+480.52%)
Mutual labels:  iot-platform
Jetlinks Community
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
Stars: ✭ 2,405 (+941.13%)
Mutual labels:  iot-platform
Astarte
Core Astarte Repository
Stars: ✭ 148 (-35.93%)
Mutual labels:  iot-platform
Gap sdk
SDK for Greenwaves Technologies' GAP8 IoT Application Processor
Stars: ✭ 83 (-64.07%)
Mutual labels:  iot-platform
Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (-23.81%)
Mutual labels:  iot-platform
Pharothings
Live programming platform for IoT projects based on Pharo
Stars: ✭ 80 (-65.37%)
Mutual labels:  iot-platform
Actorcloud
Open-source IoT Platform
Stars: ✭ 138 (-40.26%)
Mutual labels:  iot-platform
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-96.54%)
Mutual labels:  iot-platform
Blynk Library Js
Blynk library for JS. Works with Browsers, Node.js, Espruino.
Stars: ✭ 181 (-21.65%)
Mutual labels:  iot-platform
Angular5 Iot Dashboard
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Stars: ✭ 148 (-35.93%)
Mutual labels:  iot-platform

IOTSharp LOGO

Build status GitHub .NET Core

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

How to install IoTSharp using docker-compose ?

  • 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

What databases are supported?

  • 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

Demo

http://139.9.232.10:2927

How to install IoTSharp using docker ?

  • docker pull iotsharp/iotsharp

How to install using Linux daemon ?

  • 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

IoTSharp's Clients

  • Cicada A desktop application

IoTSharp.SDKs

  • IoTSharp.Sdk.Http IoTSharp.Sdk.Http
  • IoTSharp.Sdk.MQTT IoTSharp.Sdk.MQTT

IoTSharp-C-Client-Sdk

IoTSharp-C-client-Sdk is mqttt client, write by c;

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

paho.mqtt.c's demo

It' like IoTSharp-C-Client-Sdk, but is use paho.mqtt.c https://github.com/IoTSharp/IoTSharp.Edge.paho.mqtt.c

IoTSharp.Edge.nanoFramework

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

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

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

20190615010003.jpg InfluxDB2.PNG 20190615010115.jpg

IoTSharp's ecosystem

  • MaiKeBing.CAP.ZeroMQ MaiKeBing.CAP.ZeroMQ
  • MaiKeBing.CAP.LiteDB MaiKeBing.CAP.LiteDB
  • MaiKeBing.HostedService.ZeroMQ MaiKeBing.HostedService.ZeroMQ
  • IoTSharp.X509Extensions IoTSharp.X509Extensions
  • MQTTnet.AspNetCoreEx MQTTnet.AspNetCoreEx
  • Silkier Silkier
  • Silkier.EFCore Silkier.EFCore
  • Silkier.AspNetCore Silkier.AspNetCore
  • SilkierQuartz SilkierQuartz
  • Maikebing.EntityFrameworkCore.Taos Maikebing.EntityFrameworkCore.Taos
  • IoTSharp.Sdk.Http IoTSharp.Sdk.Http
  • IoTSharp.Sdk.MQTT IoTSharp.Sdk.MQTT

Support

公众号 QQ群63631741

Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].