mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-24 04:19:09 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -4,4 +4,4 @@ rvm:
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
script:
|
||||
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg
|
||||
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg,wiki.videolan.org
|
||||
|
||||
65
README.md
65
README.md
@@ -21,16 +21,16 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
- [Monitoring](#monitoring)
|
||||
- [Location Tracking](#location-tracking)
|
||||
- [Logging](#logging)
|
||||
- [Smart Home, Building Automation](#smart-home-building-automation)
|
||||
- [Smart Home Software](#smart-home-software)
|
||||
- [Smart Home Hardware Interfaces](#smart-home-hardware-interfaces)
|
||||
- [Smart Home Integration Software](#smart-home-integration-software)
|
||||
- [Misc Software](#misc-software)
|
||||
- [Lighting](#lighting)
|
||||
- [Home Entertainment](#home-entertainment)
|
||||
- [Gadgets](#gadgets)
|
||||
- [Smart Metering](#smart-metering)
|
||||
- [Messaging](#messaging)
|
||||
- [Visualization](#visualization)
|
||||
- [Architecture](#architecture)
|
||||
- [Visualization, Dashboards](#visualization-dashboards)
|
||||
- [Architecture, Convention](#architecture-convention)
|
||||
|
||||
|
||||
### Community Resources
|
||||
@@ -40,20 +40,26 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [Google Groups: MQTT](https://groups.google.com/forum/#!forum/mqtt).
|
||||
* [IRC channel #mqtt on the freenode network](irc://irc.freenode.net/mqtt).
|
||||
* [A list of public brokers](http://moxd.io/2015/10/public-mqtt-brokers/).
|
||||
* [Forkbomb Blog (Dominik Obermaier)](http://forkbomb-blog.de/category/mqtt)
|
||||
|
||||
#### Blogs
|
||||
|
||||
* [Dominik Obermaier (Forkbomb Blog)](http://forkbomb-blog.de/category/mqtt)
|
||||
* [Jan-Piet Mens](http://jpmens.net/)
|
||||
* [Nick O'Leary](http://knolleary.net/)
|
||||
|
||||
|
||||
### Broker
|
||||
|
||||
* [ActiveMQ](http://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server.
|
||||
* [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP.
|
||||
* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio.
|
||||
* [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker.
|
||||
* [Moquette](https://github.com/andsel/moquette) - Java MQTT lightweight broker.
|
||||
* [Mosca](http://www.mosca.io/) - Mosca is a node.js mqtt broker, which can be used Standalone or Embedded in another Node.js application.
|
||||
* [Mosquitto](http://mosquitto.org/) - "The" Open Source MQTT Broker.
|
||||
* [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - RabbitMQ offers a MQTT Adapter.
|
||||
* [SurgeMQ](http://zhen.org/categories/surgemq/) - High Performance MQTT Server and Client Libraries in Go.
|
||||
* [VerneMQ](https://verne.mq/) - an Apache2 licensed distributed MQTT broker, developed in Erlang.
|
||||
* [RabbitMQ MQTT Adapter](https://www.rabbitmq.com/mqtt.html) - MQTT Adapter for RabbitMQ
|
||||
* [VerneMQ](https://vernemq.com/) - an Apache2 licensed distributed MQTT broker, developed in Erlang.
|
||||
|
||||
|
||||
### Tools
|
||||
@@ -75,8 +81,12 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [emqttc](https://github.com/emqtt/emqttc) - Asynchronous Erlang MQTT Client.
|
||||
* [Moscapsule](https://github.com/flightonary/Moscapsule) - MQTT Client for iOS written in Swift
|
||||
* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio.
|
||||
* [M2Mqtt](https://m2mqtt.wordpress.com/) - a MQTT client available for all .Net platforms (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platforms (Windows 8.1, Windows Phone 8.1 and Windows 10).
|
||||
* [Mosquitto-PHP](https://github.com/mgdm/Mosquitto-PHP) - A wrapper for the Mosquitto MQTT client library for PHP.
|
||||
* [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js).
|
||||
* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS native ObjectiveC MQTT Framework.
|
||||
* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS, OSX, tvOS native ObjectiveC MQTT Client Framework.
|
||||
* [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - dart mqtt client.
|
||||
* [mqtt-elements](https://github.com/mqttjs/mqtt-elements) - Polymer elements for MQTT.
|
||||
* [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir.
|
||||
* [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS.
|
||||
* [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language.
|
||||
@@ -84,12 +94,15 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [Paho](http://www.eclipse.org/paho/) - open-source client implementations (C/C++, Java, Python, Javascript, Go, C#).
|
||||
* [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT.
|
||||
* [ruby-mqtt](https://github.com/njh/ruby-mqtt) - Pure Ruby gem that implements the MQTT protocol.
|
||||
* [tcl-mqtt](https://github.com/Tingenek/tcl-mqtt) - Small library to connect to a matt broker. Very, very basic.
|
||||
* [TMQTTClient](http://jamiei.com/blog/code/mqtt-client-library-for-delphi/) - MQTT Client Library for Delphi.
|
||||
* [wolfMQTT](https://wolfssl.com/wolfSSL/Products-wolfmqtt.html) - a client implementation of the MQTT written in C for embedded use. It supports SSL/TLS via the wolfSSL library.
|
||||
|
||||
|
||||
### 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.
|
||||
* [mqtt-scripts](https://github.com/hobbyquaker/mqtt-scripts/) - Node.js based script runner. .
|
||||
* [mqtt-scripts](https://github.com/hobbyquaker/mqtt-scripts/) - Node.js based script runner.
|
||||
* [Node-RED](http://nodered.org/) - A visual tool for wiring the Internet of Things.
|
||||
|
||||
|
||||
@@ -117,9 +130,11 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
|
||||
#### Operating System
|
||||
|
||||
* [mqttwatchdir](https://github.com/jpmens/mqtt-watchdir) - Recursively watch a directory for modifications and publish file content to an MQTT broker.
|
||||
* [mqttlauncher](https://github.com/jpmens/mqtt-launcher) - Execute shell commands triggered by published MQTT messages.
|
||||
* [mqtt-os-status](https://github.com/oskarhagberg/mqtt-os-status) - Operating-system related data, published to an MQTT broker at fixed intervals.
|
||||
* [mqttpc](https://github.com/hobbyquaker/mqttpc) - Control processes via MQTT. Ability to send signals via MQTT and to publish stdout/stderr or pipe MQTT payloads into stdin.
|
||||
* [mqttwatchdir](https://github.com/jpmens/mqtt-watchdir) - Recursively watch a directory for modifications and publish file content to an MQTT broker.
|
||||
* [psmqtt](https://github.com/eschava/psmqtt) - Utility reporting system health and status via MQTT
|
||||
|
||||
|
||||
#### Monitoring
|
||||
@@ -135,25 +150,30 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
|
||||
#### Logging
|
||||
|
||||
* [mqttcollect](https://github.com/jpmens/mqttcollect) - collectd "Exec" plugin for MQTT.
|
||||
* [graylog-plugin-mqtt](https://github.com/Graylog2/graylog-plugin-mqtt) - MQTT Input Plugin for Graylog.
|
||||
* [mqtt2graphite](https://github.com/jpmens/mqtt2graphite) - Subscribe to MQTT topics and push to Graphite's Carbon server.
|
||||
* [influx4mqtt](https://github.com/hobbyquaker/influx4mqtt) - Subscribe to MQTT topics and insert into InfluxDB.
|
||||
|
||||
|
||||
#### Smart Home, Building Automation
|
||||
#### Smart Home Hardware Interfaces
|
||||
|
||||
* [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.
|
||||
* [eno2mqtt](https://github.com/owagner/eno2mqtt) - Interface between an Enocean USB300 (TCM310) adapter and MQTT.
|
||||
* [hm2mqtt](https://github.com/owagner/hm2mqtt) - Interface between EQ-3's Homematic line of smarthome devices and MQTT.
|
||||
* [knx2mqtt](https://github.com/owagner/knx2mqtt) - Interface between the KNX home automation standard and MQTT. .
|
||||
* [knx2mqtt](https://github.com/owagner/knx2mqtt) - Interface between the KNX home automation standard and MQTT.
|
||||
* [mqtt-dss-bridge](https://github.com/cgHome/mqtt-dss-bridge) - MQTT digitalSTROM-Server Bridge.
|
||||
|
||||
|
||||
##### Smart Home Software
|
||||
#### Smart Home Integration Software
|
||||
|
||||
* [fhem](http://fhem.de/fhem.html) has a [MQTT module](http://fhem.de/commandref.html#MQTT) since V5.6 .
|
||||
* [homekit2mqtt](https://github.com/hobbyquaker/homekit2mqtt) - Interface between [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) and MQTT.
|
||||
* [FHEM](http://fhem.de/fhem.html) has a [MQTT module](http://fhem.de/commandref.html#MQTT) since V5.6.
|
||||
* [Home Assistant](https://home-assistant.io/) has a MQTT component.
|
||||
* [homekit2mqtt](https://github.com/hobbyquaker/homekit2mqtt) - Interface between [HAP-NodeJS](https://github.com/KhaosT/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).
|
||||
* [openhab](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab/wiki/MQTT-Binding).
|
||||
* [Net-Commander](https://github.com/net-commander/windows-dist) has built in MQTT connectivity.
|
||||
* [openHAB](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab/wiki/MQTT-Binding).
|
||||
* [pimatic](https://pimatic.org/) has a MQTT plugin.
|
||||
|
||||
|
||||
#### Misc Software
|
||||
@@ -172,9 +192,12 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
|
||||
* [airtunes2mqtt](https://github.com/hobbyquaker/airtunes2mqtt) - MQTT controlled Multi-Room Audio with Airplay/Airtunes Devices.
|
||||
* [kodi2mqtt](https://github.com/owagner/kodi2mqtt) - Interface between a Kodi mediacenter instance and MQTT.
|
||||
* [lgtv2mqtt](https://github.com/hobbyquaker/lgtv2mqtt) - Interface between LG WebOS Smart TVs and MQTT.
|
||||
* [lirc2mqtt](https://github.com/hobbyquaker/lirc2mqtt) - Send and receive infrared via [LIRC](www.lirc.org).
|
||||
* [onkyo2mqtt](https://github.com/owagner/onkyo2mqtt) - Interface between Onkyo AVR's EISCP network remote protocol and MQTT. Uses the onkyo-eiscp library.
|
||||
* [yamaha-avr2mqtt](https://github.com/akentner/yamaha-avr2mqtt) .
|
||||
* [VLC MQTT Module](https://wiki.videolan.org/Documentation:Modules/mqtt/) - Control VLC via MQTT.
|
||||
* [xbmc2mqtt](https://github.com/gordonjcp/xbmc-mqtt) - A simple plugin for XBMC to listen for a particular topic on an MQTT broker, and display a popup message.
|
||||
* [yamaha-avr2mqtt](https://github.com/akentner/yamaha-avr2mqtt)
|
||||
|
||||
|
||||
#### Gadgets
|
||||
@@ -194,13 +217,17 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [twitter-to-mqtt](https://github.com/knolleary/twitter-to-mqtt) - A python daemon that uses the Twitter Streaming API to access tweets and republishes them to an MQTT topic.
|
||||
|
||||
|
||||
#### Visualization
|
||||
### Visualization, Dashboards
|
||||
|
||||
* [node-red-dashboard](https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED.
|
||||
* [mqtt-panel](https://github.com/fabaff/mqtt-panel) - A web interface for MQTT.
|
||||
* [mqtt-svg-dash](https://github.com/jpmens/mqtt-svg-dash) - Subscribe to MQTT, extract JSON from a message and make lights blink on an SVG page.
|
||||
|
||||
Other tools that can be used to create Visualization/Dashboards can be found under [Smart Home Integration Software](#smart-home-integration-software)
|
||||
|
||||
### Architecture
|
||||
### Architecture, Convention
|
||||
|
||||
* [Homie](https://github.com/marvinroger/homie) - A lightweight MQTT convention for the IoT
|
||||
* [mqtt-smarthome](https://github.com/mqtt-smarthome/mqtt-smarthome) - Smart home automation with MQTT as the central message bus - Architectural proposal.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user