From 274defd63fb15ca6dad44b04d1d04d440f9b805c Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sat, 24 Mar 2018 22:42:39 +0100 Subject: [PATCH] add mqtt-wrapper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85911f6..a190bc4 100644 --- a/README.md +++ b/README.md @@ -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.