add mqtt-wrapper

This commit is contained in:
Sebastian Raff
2018-03-24 22:42:39 +01:00
committed by GitHub
parent b9f5ca9a59
commit 274defd63f

View File

@@ -104,7 +104,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language.
* [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js.
* [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust.
* [mqtt-wrapper](https://github.com/hobbyquaker/mqtt-wrapper) - Polymer Element that wraps other Elements and links them to MQTT topics.
* [mqtt-wrapper](https://www.webcomponents.org/element/hobbyquaker/mqtt-wrapper/elements/mqtt-wrapper) - Polymer Element that wraps other Elements and links them to MQTT topics.
* [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.
* [rumqtt](https://github.com/AtherEnergy/rumqtt) - A fast, lock free pure rust MQTT client.