Search found 1 match

by laldana73
Thu Jun 03, 2021 7:25 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 14841

Re: MIcropython as MQTT broker

Hello, this library https://github.com/martin-ger/esp_mqtt can help you to use an esp8266 module as a MQTT broker. But this is not Micropython, is using NONOS SDK or esp8266SDK. https://github.com/cesanta/mongoose the mongoose networking library can be used to build a MQTT broker in the esp32. you c...