From 4485007978c5b8dbc364a316a4437b27b4a12515 Mon Sep 17 00:00:00 2001 From: martin-ger Date: Fri, 2 Jun 2017 02:04:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e892aa9..f7ba67e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # esp_uMQTT_broker A basic MQTT Broker on the ESP8266 -Thanks to Tuan PM for sharing his MQTT client library https://github.com/tuanpmt/esp_mqtt as a basis with us. +Thanks to Tuan PM for sharing his MQTT client library https://github.com/tuanpmt/esp_mqtt as a basis with us. The modified code still contains the complete client functionality from the original esp_mqtt lib, but it has been extended by the basic broker service. The broker does support: -- a subset of MQTT (CONNECT, DISCONNECT, SUBSCRIBE, UNSUBSCRIBE, PUBLISH, PING) - MQTT protocoll versions v3.1 and v3.1.1 simultaniously -- a smaller number of clients (at least 6 have been tested, memory is the issue) +- a smaller number of clients (at least 8 have been tested, memory is the issue) - retained messages - LWT - QoS level 0 +- a subset of MQTT (CONNECT, DISCONNECT, SUBSCRIBE, UNSUBSCRIBE, PUBLISH, PING) The broker does not yet support: - username, password authentication