Feature request : uMQTT broker
Thank you for excellent library.
Is it possible to implement uMQTT broker ? It can be useful for standalone IOT network using MQTT broker on esp8266 device itself without requiring cloud MQTT broker or local linux machine. I am using uMQTT broker on my master esp8266 device to control all of my slave esp8266 devices on the network. The code example I use is at https://github.com/happytm/BatteryNode. Please look at the code in this file https://github.com/happytm/BatteryNode/blob/master/ProbeReceiver.ino. The original uMQTT library I used is at https://github.com/martin-ger/uMQTTBroker.
Thanks.
I do not see why uMQTT couldn't work. I believe, you can adopt MQTT example to start uMQTT instead.