Search found 2 matches

by tonazza
Tue Feb 09, 2021 2:39 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 14836

Re: MIcropython as MQTT broker

EDIT: just FYI, a starting solution does exist for ESP-IDF (not Micropython), using a library called mongoose The company who develops mongoose also proposes a full embedded firmware called Mongoose OS , which is basically an alternative to micropython, having a limited free edition and a full paid ...
by tonazza
Mon Feb 08, 2021 4:37 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 14836

Re: MIcropython as MQTT broker

Hello, I was asking myself the same question that james_km69 asked :) In my case I was actually searching for a MQTT broker library for the ESP-IDF SDK to be used with ESP32 hardware, but even micropython would have done the trick. I've done some research and unfortunately there is no easy existing ...