IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

Feature request : uMQTT broker

Open happytm opened this issue 5 years ago • 1 comments

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.

happytm avatar Jan 24 '20 23:01 happytm

I do not see why uMQTT couldn't work. I believe, you can adopt MQTT example to start uMQTT instead.

prampec avatar Jan 28 '20 05:01 prampec