A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
-
Updated
Jun 16, 2021 - C
{{ message }}
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
Open-source IoT Platform - Device management, data collection, processing and visualization.
Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform
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/.
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.
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
Industrial IoT Messaging and Device Management Platform
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.
100% open-source IoT Platform - Integrate your assets, create rules, and visualize your data
Freedomotic supports more than 20 languages using Transifex.
We are searching contributors for new languages or existing translations.
Solution 1 (recommanded in particular for a new language)
Solution 2
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
本项目已迁移至 github.com/jetlinks
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Blynk library for JS. Works with Browsers, Node.js, Espruino.
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
The metadata column was added in Astarte 1.0, use it when exporting/importing data
Blynk IoT library for Python and Micropython
Open-source IoT Platform
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Distributed Flow-Based Programming via message queues
Qt based simple SCADA framework, with dashboard, static and dynamic components
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Add a description, image, and links to the iot-platform topic page so that developers can more easily learn about it.
To associate your repository with the iot-platform topic, visit your repo's landing page and select "manage topics."
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()blocks if there is no internet connection on the network and connecting to a local server via SSL.According to my investigation, `BlynkArduinoClientSecure::conn