A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
-
Updated
May 27, 2022 - 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/.
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
When the device is powered off or offline, the alarm is pushed in the same way as in other cases
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.
FEATURE REQUEST
Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
No.
Describe the feature you are requesting, as well as the possible use case(s) for it.
Add endpoint for listing User keys to the Auth service.
Indicate the importance of this feature to you (must-have, should-have,
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.
Zeus IoT is the world's first open source Internet of Things distributed collection platform based on Zabbix, with the ability to collect, analyze, and store data from millions of IoT devices.
100% open-source IoT Platform - Integrate your devices, create rules, and analyse and visualise your data
GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
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
A Virtual environment for Pentesting IoT Devices
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
本项目已迁移至 github.com/jetlinks
Blynk library for JS. Works with Browsers, Node.js, Espruino.
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Blynk IoT library for Python and Micropython
The metadata column was added in Astarte 1.0, use it when exporting/importing data
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.
Qt based simple SCADA framework, with dashboard, static and dynamic components
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