From b9f5ca9a592ca84219f961dacc9f718def448ef8 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sat, 24 Mar 2018 22:40:50 +0100 Subject: [PATCH] add mqtt-wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 214f7b0..85911f6 100644 --- a/README.md +++ b/README.md @@ -104,6 +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. * [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.