Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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
@@ -85,22 +85,21 @@
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.
- 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
@@ -113,8 +112,7 @@
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/)
⟡ 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,8 +134,7 @@
⟡ 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.
@@ -189,8 +186,7 @@
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.
@@ -201,8 +197,7 @@
Makers
⟡ arduinoTemps2mqtt (https://github.com/matbor/arduinoTemps2mqtt) - Arduino sketch, grab One-wire Temperature's and publish to a MQTT broker.
⟡ Basecamp (https://github.com/ct-Open-Source/Basecamp) - An Arduino library to ease the use of the ESP32 in IoT projects. See c't Magazin 2'2018 (German) 
(https://www.heise.de/select/ct/2018/2/1515452111258448).
⟡ Basecamp (https://github.com/ct-Open-Source/Basecamp) - An Arduino library to ease the use of the ESP32 in IoT projects. See c't Magazin 2'2018 (German) (https://www.heise.de/select/ct/2018/2/1515452111258448).
⟡ deskmate (https://github.com/rbaron/deskmate) - A hackable & portable MQTT-powered mini dashboard and control center.
⟡ MySensors (https://www.mysensors.org/) - Arduino NRF24L01 based sensor network with support for an MQTT gateway
⟡ pubsubclient (https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT.
@@ -229,8 +224,8 @@
⟡ 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.
@@ -278,8 +273,7 @@
⟡ 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.
@@ -306,8 +300,7 @@
⟡ 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.
@@ -337,8 +330,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.
@@ -367,8 +360,7 @@
Smart Metering
⟡ bcontrol2mqtt (https://github.com/hobbyquaker/bcontrol2mqtt) - Publish measurements from TQ Energy Manager / Busch-Jäger Energy Monitor 
(https://www.busch-jaeger.de/files/files_ONLINE/Brosch%c3%bcre_EnergyMonitor_druck.pdf) to MQTT.
⟡ bcontrol2mqtt (https://github.com/hobbyquaker/bcontrol2mqtt) - Publish measurements from TQ Energy Manager / Busch-Jäger Energy Monitor (https://www.busch-jaeger.de/files/files_ONLINE/Brosch%c3%bcre_EnergyMonitor_druck.pdf) to MQTT.
Messaging
@@ -381,14 +373,13 @@
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.
@@ -431,8 +422,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.