Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,11 +1,11 @@
 Awesome MQTT
 Awesome MQTT
!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
▐ A curated list of MQTT related stuff.
MQTT is a lightweight client-server publish/subscribe messaging protocol, optimized for high-latency or unreliable networks. This protocol is a good choice for Internet of Things applications, Telemetry, Sensor 
Networks, Smart Metering, Home Automation, Messaging and Notification Services.
MQTT is a lightweight client-server publish/subscribe messaging protocol, optimized for high-latency or unreliable networks. This protocol is a good choice for Internet of Things 
applications, Telemetry, Sensor Networks, Smart Metering, Home Automation, Messaging and Notification Services.
Contents
@@ -53,7 +53,8 @@
Talks
⟡ An Introduction to MQTT: Why HTTP isn't the King of the Internet of Things (https://www.youtube.com/watch?v=LKz1jYngpcU) - Shinji Kim, Robert Bird - Akamai, Samsung Developer Conference 2017.
⟡ An Introduction to MQTT: Why HTTP isn't the King of the Internet of Things
 (https://www.youtube.com/watch?v=LKz1jYngpcU) - Shinji Kim, Robert Bird - Akamai, Samsung Developer Conference 2017.
⟡ Einführung in MQTT (https://www.youtube.com/watch?v=INYG4-xsa9c) - Dominik Obermaier & Jens Deters, Building IoT (https://www.buildingiot.de/index.php) conference 2016 (German).
Broker
@@ -85,36 +86,40 @@
Cloud
⟡ Adafruit IO (https://io.adafruit.com) - Adafruit IO is the easiest way to connect your project to the internet. You can easily connect your project to Adafruit IO with your device-of-choice by using your 
programming language of choice (we have lots of libraries) and control or monitor over the internet. Data stored with Adafruit IO is yours to manage and control.
- Alibaba Cloud IoT Platform (https://www.alibabacloud.com/product/iot) - Provides secure and reliable communication between devices and the IoT Platform which allows you to manage a large number of devices on a
single IoT Platform.
- AWS IoT Core (https://aws.amazon.com/iot-core/?nc1=h_ls) - AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT 
Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely. With AWS IoT Core, your applications can keep
track of and communicate with all your devices, all the time, even when they arent connected.
- Azure IoT Hub (https://azure.microsoft.com/en-us/services/iot-hub/) - Enable highly secure and reliable communication between your IoT application and the devices it manages. Azure IoT Hub provides a 
cloud-hosted solution backend to connect virtually any device. Extend your solution from the cloud to the edge with per-device authentication, built-in device management, and scaled provisioning.
⟡ Adafruit IO (https://io.adafruit.com) - Adafruit IO is the easiest way to connect your project to the internet. You can easily connect your project to Adafruit IO with your device-of-choice
by using your programming language of choice (we have lots of libraries) and control or monitor over the internet. Data stored with Adafruit IO is yours to manage and control.
- Alibaba Cloud IoT Platform (https://www.alibabacloud.com/product/iot) - Provides secure and reliable communication between devices and the IoT Platform which allows you to manage a large 
number of devices on a single IoT Platform.
- AWS IoT Core (https://aws.amazon.com/iot-core/?nc1=h_ls) - AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other
devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely. With AWS
IoT Core, your applications can keep track of and communicate with all your devices, all the time, even when they arent connected.
- Azure IoT Hub (https://azure.microsoft.com/en-us/services/iot-hub/) - Enable highly secure and reliable communication between your IoT application and the devices it manages. Azure IoT Hub 
provides a cloud-hosted solution backend to connect virtually any device. Extend your solution from the cloud to the edge with per-device authentication, built-in device management, and 
scaled provisioning.
- CloudMQTT (https://www.cloudmqtt.com/) - Hosted message broker for the Internet of Things. Perfectly configured and optimized message queues for IoT, ready in seconds.
- EMQ X MQTT Cloud (https://cloud.emqx.io/) - A secure, reliable MQTT cloud service with best pratices from EMQ team.
- flespi (https://flespi.com/mqtt-broker) - Free and secure cloud MQTT broker with private namespaces, MQTT 3.1.1 and MQTT 5.0 support and gorgeous limits.
- Google Cloud IoT (https://cloud.google.com/solutions/iot/) - Google Cloud IoT is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The platform consists of
scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.
- HiveMQ Cloud (https://www.hivemq.com/cloud/) - HiveMQ Cloud is a fully managed MQTT platform that connects IoT devices to any IoT cloud platform. A cloud native IoT messaging platform that simplifies reliable 
and scalable IoT device connectivity.
- IBM WATSON (https://www.ibm.com/watson) - With Watson, you can bring AI tools and apps to your data wherever it resides whether it's on IBM Cloud, AWS, Azure, Google, or your own private cloud platform.
- Google Cloud IoT (https://cloud.google.com/solutions/iot/) - Google Cloud IoT is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The 
platform consists of scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.
- HiveMQ Cloud (https://www.hivemq.com/cloud/) - HiveMQ Cloud is a fully managed MQTT platform that connects IoT devices to any IoT cloud platform. A cloud native IoT messaging platform that 
simplifies reliable and scalable IoT device connectivity.
- IBM WATSON (https://www.ibm.com/watson) - With Watson, you can bring AI tools and apps to your data wherever it resides  whether it's on IBM Cloud, AWS, Azure, Google, or your own private 
cloud platform.
Platforms
⟡ mainflux (https://www.mainflux.com/) - device management, data aggregation, data management, data analytics,connectivity and message routing and event management. Supported by Linux Software Foundation.
⟡ mainflux (https://www.mainflux.com/) - device management, data aggregation, data management, data analytics,connectivity and message routing and event management. Supported by Linux 
Software Foundation.
Core analytics
⟡ thingsboard (https://thingsboard.io/) - Device management, data collection, processing, event management, and visualization for your IoT projects.
Tools
⟡ hivemq-mqtt-web-client (https://github.com/hivemq/hivemq-mqtt-web-client) - Browser-based MQTT client that utilizes MQTT over websockets. Direct Link (http://www.hivemq.com/demos/websocket-client/)
⟡ hivemq-mqtt-web-client (https://github.com/hivemq/hivemq-mqtt-web-client) - Browser-based MQTT client that utilizes MQTT over websockets. Direct Link 
(http://www.hivemq.com/demos/websocket-client/)
⟡ imqtt (https://github.com/shafreeck/imqtt) - Interactive MQTT packet manipulation shell based on IPython.
⟡ IoT-Testware (https://projects.eclipse.org/projects/technology.iottestware) - The Eclipse IoT-Testware is a collection of conformance test suites for IoT protocols enriched with additional tools for fuzzing 
and performance testing.
⟡ IoT-Testware (https://projects.eclipse.org/projects/technology.iottestware) - The Eclipse IoT-Testware is a collection of conformance test suites for IoT protocols enriched with additional 
tools for fuzzing and performance testing.
⟡ moxy (https://github.com/jvermillard/moxy) - A Golang MQTT proxy providing useful output traces to monitor and troubleshoot your MQTT communications.
⟡ MQTT Board (https://github.com/flespi-software/MQTT-Board) - Open-source diagnostic-oriented MQTT client tool.
⟡ mqtt-admin (https://github.com/hobbyquaker/mqtt-admin/) - Web based MQTT frontend. Direct Link (https://hobbyquaker.github.io/mqtt-admin/).
@@ -136,16 +141,18 @@
⟡ MQTT.fx (https://mqttfx.jensd.de/) - MQTT.fx is a MQTT Client written in Java based on Eclipse Paho. Supports scripting.
⟡ mqttcli (https://github.com/shirou/mqttcli) - MQTT Client for shell scripting.
⟡ MQTTInspector (https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad).
⟡ MQTTLens
 (https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics.
⟡ MQTTLens (https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and 
publish to MQTT topics.
⟡ MQTT Explorer (https://mqtt-explorer.com/) - Tool to visualize your MQTT topics in a topic hierarchy, a MQTT swiss-army knife.
⟡ MQTT TUI (https://github.com/EdJoPaTo/mqttui) - Simple lightweight terminal based MQTT monitor and publisher.
⟡ Python MQTT Client Shell (https://github.com/bapowell/python-mqtt-client-shell) - a text console-based, interactive shell for exercising various tasks associated with MQTT client communications.
⟡ Python MQTT Client Shell
 (https://github.com/bapowell/python-mqtt-client-shell) - a text console-based, interactive shell for exercising various tasks associated with MQTT client communications.
⟡ SimpleMQTT (https://simplemqtt.theoi.de/) - A Slack app to send messages from Slack to MQTT brokers with slash commands.
⟡ Wireshark-MQTT (https://github.com/menudoproblema/Wireshark-MQTT) - MQTT dissector for Wireshark.
⟡ VSMQTT (hhttps://github.com/rpdswtk/vsmqtt) - Simple MQTT client integrated in Visual Studio Code.
⟡ MQTTX (https://github.com/emqx/MQTTX) - MQTTX is a cross-platform MQTT desktop client open sourced by EMQ, which supports macOS, Linux, and Windows.
⟡ MQTT-Tiles (https://github.com/flespi-software/MQTT-Tiles) - MQTT-based IoT dashboard visualization tool. Allows easy dashboards sharing. Works with any MQTT broker supporting the WSS protocol.
⟡ MQTT-Tiles
 (https://github.com/flespi-software/MQTT-Tiles) - MQTT-based IoT dashboard visualization tool. Allows easy dashboards sharing. Works with any MQTT broker supporting the WSS protocol.
Clients
@@ -189,8 +196,8 @@
Scripting
⟡ logic4mqtt (https://github.com/owagner/logic4mqtt) - Java based Logic and scripting engine for use with MQTT. Uses Java's general scripting interface, so scripts can be written in a multitude of languages like
Javascript, Groovy etc.
⟡ logic4mqtt (https://github.com/owagner/logic4mqtt) - Java based Logic and scripting engine for use with MQTT. Uses Java's general scripting interface, so scripts can be written in a 
multitude of languages like Javascript, Groovy etc.
⟡ mqtt-scripts (https://github.com/hobbyquaker/mqtt-scripts/) - Node.js based script runner.
⟡ Node-RED (https://nodered.org/) - A visual tool for wiring the Internet of Things.
@@ -222,15 +229,15 @@
Firmwares for ESP based Devices 
There are many inexpensive smart home Wi-Fi devices based on inexpensive ESP8266 chip _(see: 1 (https://templates.blakadder.com/index.html), 2 (https://github.com/xoseperez/espurna#supported-hardware), 3 
(https://www.letscontrolit.com/wiki/index.php?title=ESP_Hardware))_. Most of them can be reflashed with custom firmware.
There are many inexpensive smart home Wi-Fi devices based on inexpensive ESP8266 chip _(see: 1 (https://templates.blakadder.com/index.html), 2 
(https://github.com/xoseperez/espurna#supported-hardware), 3 (https://www.letscontrolit.com/wiki/index.php?title=ESP_Hardware))_. Most of them can be reflashed with custom firmware.
Here are complete firmwares to turn them into MQTT-controlled smart home nodes:
⟡ ESPEasy (https://www.letscontrolit.com/wiki/index.php?title=ESPEasy) - Turns ESP into a multifunction sensor device for solutions with web-based configuration.
⟡ ESPHome (https://esphome.io/) - builds ESP8266/ESP32 firmware from concise YAML descriptions, uploads to and manages flashed devices.
⟡ Espurna (https://github.com/xoseperez/espurna) - firmware for ESP8266-based devices with rich web UI and ≈120 devices supported out of the box
⟡ OpenMQTTGateway (https://github.com/1technophile/OpenMQTTGateway) - MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons 
detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale compatibility, SMS & LORA.
⟡ OpenMQTTGateway (https://github.com/1technophile/OpenMQTTGateway) - MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared 
communications, BLE, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale compatibility, SMS & LORA.
⟡ Sonoff-Tasmota (https://github.com/arendst/Tasmota) - Firmware for ESP8266 devices with web-based configuration. ≈500 devices supported (not only Sonoffs).
⟡ WiFi-IoT (https://wifi-iot.com/p/wiki/) - ESP8266/ESP32 firmware builder. Partly in Russian. Free features are limited.
@@ -240,7 +247,8 @@
⟡ CODESYS-MQTT (https://github.com/stefandreyer/CODESYS-MQTT) - A MQTT client for CODESYS PLC
⟡ spicierModbus2mqtt (https://github.com/mbs38/spicierModbus2mqtt) - Modbus master which publishes register values via MQTT.
⟡ mqtt2opcua (https://github.com/nzfarmer1/mqtt2opcua) - Bi Directional MQTT to OPCUA Bridge.
⟡ OPC Router (https://www.opc-router.com/4_1-mqtt-client-opc-router-plug-in-en/) - MQTT Gateway (publisher/subscriber) with various plug-ins (OPC UA Bridge, SQL Bridge, REST Bridge, SAP Bridge)
⟡ OPC Router
 (https://www.opc-router.com/4_1-mqtt-client-opc-router-plug-in-en/) - MQTT Gateway (publisher/subscriber) with various plug-ins (OPC UA Bridge, SQL Bridge, REST Bridge, SAP Bridge)
Telephony, PBX
@@ -278,8 +286,8 @@
⟡ graylog-plugin-mqtt (https://github.com/graylog-labs/graylog-plugin-mqtt) - MQTT Input Plugin for Graylog.
⟡ influx4mqtt (https://github.com/hobbyquaker/influx4mqtt) - Subscribe to MQTT topics and insert into InfluxDB.
⟡ mqtt2elasticsearch (https://github.com/hobbyquaker/mqtt2elasticsearch) - Send MQTT messages to Elasticsearch.
⟡ mqtt2graphite (https://github.com/jpmens/mqtt2graphite) - Archived! Instead use mqttwarn (https://github.com/jpmens/mqttwarn) with carbon (https://github.com/jpmens/mqttwarn/blob/master/HANDBOOK.md#carbon) 
plugin.
⟡ mqtt2graphite (https://github.com/jpmens/mqtt2graphite) - Archived! Instead use mqttwarn (https://github.com/jpmens/mqttwarn) with carbon 
(https://github.com/jpmens/mqttwarn/blob/master/HANDBOOK.md#carbon) plugin.
⟡ mqttcollect (https://github.com/jpmens/mqttcollect) - A collectd "Exec" plugin for MQTT.
⟡ mqtthandler (https://github.com/changyuheng/MQTTHandler) - A Python logging handler module for MQTT.
⟡ mqtt2mongodb (https://github.com/David-Lor/MQTT2MongoDB) - Subscribe to MQTT topics and insert into MongoDB.
@@ -291,7 +299,8 @@
⟡ aqara-mqtt (https://github.com/monster1025/aqara-mqtt) - Aqara (Xiaomi) Gateway to MQTT bridge.
⟡ aqara2mqtt (https://github.com/hobbyquaker/aqara2mqtt) - Attach Aqara (http://www.aqara.com.cn/us/index.html) Smart Hubs to MQTT.
⟡ can2mqtt (https://github.com/c3re/can2mqtt) - CAN-Bus - MQTT Bridge (also works vice versa).
⟡ cul2mqtt (https://github.com/hobbyquaker/cul2mqtt) - Interface between Busware CUL (http://shop.busware.de/product_info.php/cPath/1/products_id/29) (868MHz RF-Devices like ELV FS20, HMS, EM, ...) and MQTT.
⟡ cul2mqtt (https://github.com/hobbyquaker/cul2mqtt) - Interface between Busware CUL (http://shop.busware.de/product_info.php/cPath/1/products_id/29) (868MHz RF-Devices like ELV FS20, HMS, 
EM, ...) and MQTT.
⟡ domiqtt (https://github.com/etobi/domiqtt) - Connects to a Domiq Base (LCN) and translate from and to MQTT.
⟡ eno2mqtt (https://github.com/owagner/eno2mqtt) - Interface between an Enocean USB300 (TCM310) adapter and MQTT.
⟡ Evohome2mqtt (https://github.com/svrooij/evohome2mqtt) - MQTT Interface for the Honeywell Evohome system.
@@ -306,8 +315,8 @@
⟡ mcsMQTT (https://shop.homeseer.com/products/mcsmqtt-software-plug-in-for-hs3) - Plug-in for HS3 (HomeSeer).
⟡ mqtt-dss-bridge (https://github.com/cgHome/mqtt-dss-bridge) - MQTT digitalSTROM-Server Bridge.
⟡ mqtt-unifi-protect-bridge (https://github.com/terafin/mqtt-unifi-protect-bridge) - Adding motion-status from UniFi Protect Cameras to MQTT.
⟡ mqtt2homekit (https://github.com/forty2/mqtt2homekit) - Roughly the opposite of homekit2mqtt (https://github.com/hobbyquaker/homekit2mqtt): Control your HomeKit-enabled devices with MQTT and without Siri or 
iPhone.
⟡ mqtt2homekit (https://github.com/forty2/mqtt2homekit) - Roughly the opposite of homekit2mqtt (https://github.com/hobbyquaker/homekit2mqtt): Control your HomeKit-enabled devices with MQTT 
and without Siri or iPhone.
⟡ node-lox-mqtt-gateway (https://github.com/alladdin/node-lox-mqtt-gateway) - Gateway for Loxone™ mini server to communicate with MQTT broker.
⟡ smartthings-mqtt-bridge (https://github.com/stjohnjohnson/smartthings-mqtt-bridge) - Bridge between SmartThings (https://www.smartthings.com/) and MQTT.
⟡ xiaomi2mqtt (https://github.com/svrooij/node-xiaomi2mqtt) - bridge between the Xiaomi Smart Home Gateway Aquara and a MQTT server.
@@ -323,7 +332,8 @@
⟡ Home Assistant (https://www.home-assistant.io/) has a MQTT component.
⟡ Home.Pi (https://github.com/denschu/home.pi) is based on MQTT.
⟡ Homegear (https://homegear.eu/index.php/Main_Page) has build in MQTT support.
⟡ homekit2mqtt (https://github.com/hobbyquaker/homekit2mqtt) - Interface between HAP-NodeJS (https://github.com/homebridge/HAP-NodeJS) and MQTT. Control MQTT connected devices with Siri or HomeKit Apps.
⟡ homekit2mqtt (https://github.com/hobbyquaker/homekit2mqtt) - Interface between HAP-NodeJS (https://github.com/homebridge/HAP-NodeJS) and MQTT. Control MQTT connected devices with Siri or 
HomeKit Apps.
⟡ ioBroker (https://github.com/ioBroker) has a MQTT adapter (https://github.com/ioBroker/ioBroker.mqtt).
⟡ Node-RED (https://nodered.org/) - A visual tool for wiring the Internet of Things, has native MQTT Support.
⟡ openHAB (https://github.com/openhab) has a MQTT binding (https://github.com/openhab/openhab1-addons/wiki/MQTT-Binding).
@@ -337,8 +347,8 @@
⟡ h801/mqtt (https://github.com/open-homeautomation/h801/tree/master/mqtt) - Alternative firmware for the H801 LED dimmer that uses MQTT as a control channel.
⟡ hue2mqtt.js (https://github.com/hobbyquaker/hue2mqtt.js) - Interface between the Philips Hue bridge and MQTT.
⟡ MQTT DMX Controller (https://github.com/hobbyquaker/mqtt-dmx-controller) - DMX Controller with MQTT support.
⟡ mqtt-dmx-sequencer (https://github.com/hobbyquaker/mqtt-dmx-sequencer) - Headless counterpart to MQTT DMX Controller (https://github.com/hobbyquaker/mqtt-dmx-sequencer) - use scenes and sequences exported from
the MQTT DMX Controller and control them via MQTT.
⟡ mqtt-dmx-sequencer (https://github.com/hobbyquaker/mqtt-dmx-sequencer) - Headless counterpart to MQTT DMX Controller (https://github.com/hobbyquaker/mqtt-dmx-sequencer) - use scenes and 
sequences exported from the MQTT DMX Controller and control them via MQTT.
⟡ sunricher-wifi-mqtt (https://github.com/magcode/sunricher-wifi-mqtt) - control Sunricher LED devices using MQTT.
⟡ TRADFRI2MQTT (https://github.com/hardillb/TRADFRI2MQTT) - MQTT Bridge for IKEA TRÅDFRI Light Gateway.
@@ -381,14 +391,14 @@
Misc
⟡ AlexaMqttBridge (https://github.com/mhdawson/AlexaMqttBridge) - Bridge between Amazon Alexa and MQTT.
⟡ bt-mqtt-gateway
 (https://github.com/zewelor/bt-mqtt-gateway) - Easily extensible Bluetooth to MQTT gateway, currently supports: EQ3 smart thermostat, Xiaomi Mi Scale, Linak Desk, MySensors and Xiaomi Mi Flora plant sensor.
⟡ bt-mqtt-gateway (https://github.com/zewelor/bt-mqtt-gateway) - Easily extensible Bluetooth to MQTT gateway, currently supports: EQ3 smart thermostat, Xiaomi Mi Scale, Linak Desk, MySensors 
and Xiaomi Mi Flora plant sensor.
⟡ buderus2mqtt (https://github.com/krambox/buderus2mqtt) - Bridge between Buderus KM200 internet gateway and MQTT.
⟡ chrome2mqtt (https://github.com/tbowmo/chrome2mqtt) - Python program to enable MQTT control endpoints for chromecasts (both audio and video).
⟡ dashbutton2mqtt (https://github.com/hobbyquaker/dashbutton2mqtt) - Publish Amazon Dash Button presses to MQTT.
⟡ flowerpower2mqtt (https://github.com/hobbyquaker/flowerpower2mqtt) - Publish measurements from Parrot Flower Power plant sensors to MQTT.
⟡ gBridge (https://github.com/kservices/gBridge) - gBridge allows you to control (almost) any smart home device, any smart home software, with Google Assistant. Therefore, it transforms actions received from 
Google by voice commands to MQTT messages.
⟡ gBridge (https://github.com/kservices/gBridge) - gBridge allows you to control (almost) any smart home device, any smart home software, with Google Assistant. Therefore, it transforms 
actions received from Google by voice commands to MQTT messages.
⟡ haiku2mqtt (https://github.com/forty2/haiku2mqtt) - A bridge between Haiku smart fans and MQTT.
⟡ homely (https://github.com/baol/homely) - Collection of Go daemons for connecting Domoticz and other stuff.
⟡ kobold2mqtt (https://github.com/krambox/kobold2mqtt) - Bridge between Vorwerk Kobold Vr200 internet gateway and MQTT.
@@ -399,7 +409,8 @@
⟡ mqttclpro (https://github.com/dc297/mqttclpro) - MQTT Client with tasker integration Android app.
⟡ mqttDB (https://github.com/hobbyquaker/mqttDB) - A JSON store with MQTT interface.
⟡ mqtt-camera-streamer (https://github.com/robmarkcole/mqtt-camera-streamer) - Stream images from a connected camera over MQTT & view using Streamlit
⟡ MQTT Joystick Controller (https://github.com/Vincenzo-Petrolo/MQTT-Joystick-Controller) - Open Source Android app that lets you control everything with your smartphone. Download it from Google Play.
⟡ MQTT Joystick Controller
 (https://github.com/Vincenzo-Petrolo/MQTT-Joystick-Controller) - Open Source Android app that lets you control everything with your smartphone. Download it from Google Play.
⟡ mqtt-transformer (https://github.com/tg44/mqtt-transformer) - A simple service which consumes, transforms and periodically republish json messages on MQTT.
⟡ node-mqtt-for-anki-overdrive (https://github.com/IBM-Cloud/node-mqtt-for-anki-overdrive) - Node.js Controller and MQTT API for Anki Overdrive.
⟡ parrot-sample (https://github.com/IBM-Cloud/parrot-sample) - Sample code which uses MQTT to control a Parrot AR Drone.
@@ -422,7 +433,8 @@
⟡ IoT OnOff (https://www.iot-onoff.com/) - Configurable iOS/Android app.
⟡ Linear MQTT Dashboard (https://github.com/ravendmaster/linear-mqtt-dashboard) - Easy, customizable control panel - MQTT-client.
⟡ MMM-mqtt (https://github.com/javiergayala/MMM-mqtt) - This is an extension for the MagicMirror². It provides the ability to subscribe to MQTT topics and display them.
⟡ MQTT Dash (https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de) - Android App: With the app you can create dashboards for your MQTT enabled IoT Smart Home devices and applications.
⟡ MQTT Dash
 (https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de) - Android App: With the app you can create dashboards for your MQTT enabled IoT Smart Home devices and applications.
⟡ MQTT-Hyperdash (https://github.com/kollokollo/MQTT-Hyperdash) - A universal independent MQTT Dashboard for linux/Raspberry Pi.
⟡ MQTT.Cool Test Client (https://testclient-cloud.mqtt.cool) - A web interface for testing interaction between MQTT.Cool and any MQTT broker.
⟡ mqtt-panel (https://github.com/fabaff/mqtt-panel) - A web interface for MQTT.
@@ -431,8 +443,8 @@
⟡ mqtt2highcharts (https://github.com/matbor/mqtt2highcharts) - Plotting live numbered data from a subscribed MQTT topic using Highcharts.
⟡ MYHELLOIOT (https://adrianromero.github.io/myhelloiot/) - MYHELLOIOT is a MQTT dashboard application inspired in my other MQTT project HelloIoT.
⟡ node-red-dashboard (https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED.
⟡ PlotJuggler (https://github.com/facontidavide/PlotJuggler) - PlotJuggler is a tool to visualize time series (from sources such as: MQTT, Websockets, ZeroMQ, UDP, etc., supports data formats such as JSON, CBOR,
BSON, Message Pack, etc.). It is a fast, powerful and intuitive cross-platform tool.
⟡ PlotJuggler (https://github.com/facontidavide/PlotJuggler) - PlotJuggler is a tool to visualize time series (from sources such as: MQTT, Websockets, ZeroMQ, UDP, etc., supports data formats
such as JSON, CBOR, BSON, Message Pack, etc.). It is a fast, powerful and intuitive cross-platform tool.