From 759bc8743cf0af7ecde1bb89b30e9248af316530 Mon Sep 17 00:00:00 2001 From: martin-ger Date: Sat, 15 Jul 2017 09:47:40 +0200 Subject: [PATCH] Added the esp_uMQTT_broker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86c51a6..a55196e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [ActiveMQ](http://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server. * [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP. +* [esp_uMQTT_broker](http://github.com/martin-ger/esp_mqtt) - A basic MQTT Broker on the ESP8266. * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio. * [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go. * [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker.