From 026efcc8fffb8500f2bd7ea0f7f9d53970f915f6 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sun, 6 Nov 2016 14:28:45 +0100 Subject: [PATCH] Update README.md adds esp_mqtt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee96e1..e3a292d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi #### Makers * [arduinoTemps2mqtt](https://github.com/matbor/arduinoTemps2mqtt) - Arduino sketch, grab Onewire Temperature's and publish to a mqtt broker. +* [esp_mqtt](https://github.com/tuanpmt/esp_mqtt) - MQTT client library for ESP8266. * [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.