From 97a3fc7f877fb5a75de6976e7e46e28377eaaefa Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Wed, 20 Jun 2018 10:36:25 +0200 Subject: [PATCH] Add mqtt on wipy (pycom) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15e00d7..0aefd28 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT. * [RFM69-MQTT-client](https://github.com/computourist/RFM69-MQTT-client) - Arduino RFM69 based sensors and MQTT gateway. * [rpi2mqtt](https://github.com/hobbyquaker/rpi2mqtt) - Connect a RaspberryPis GPIOs and 1-Wire Temperature Sensors to MQTT. +* [mqtt-with-micropython](https://docs.pycom.io/chapter/tutorials/all/mqtt.html) - Connect to MQTT with micropython and wipy/others (ESP32 inside) * [xbee2mqtt](https://github.com/xoseperez/xbee2mqtt) - XBee to MQTT gateway.