diff --git a/README.md b/README.md index 4f76939..f7b4017 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # TinyMqtt -ESP 8266 Small footprint Mqtt Broker and Client +ESP 8266 is a very capable Mqtt Broker and Client + +Here are the features +- mqtt client can Works without WiFi (local mode) in a unique ESP + Thus, publishes and subscribes are possible and allows + minimal (degraded) function of a single module. +- broker can connect to another broker and becomes then a + proxy for clients that are connected to it. +- zeroconf, this is a strange but very powerful mode + where each ESP is a a broker and scans the local network. + After a while one ESP becomes the 'master' + and all ESP are connected together. The master can die + whithout breaking the system.