uMQTTBroker
uMQTTBroker copied to clipboard
MQTT Broker library for ESP8266 Arduino
Hello martin, I have forked your uMQTTBroker to using in one of my projects, I am looking to use it with Sonoff-Tasmota. I have a number of Sonoffs running their...
The caller may set the user/pass flag to "present" but can meantime pass strings with just \0 so basically empty, even if non NULL. This happens for example when you...
myBroker.off() this is needed to turn it off and clear memory. This is for having this Broker optionally on and off. for myBroker.init() or init(port) (that would turn it back...
When I had it not accepting external subscription in #40 , free heap was 34K. With DoorOpen subscripting one topic, mosquito on PC subscribing same topic, and ESP-with-broker itself subscribed...
How to set keep alive is 0? have the funtion in code?
I have been working on a simple very low power IOT application using uMQTT broker. It is a template for a standalone star network of few battery powered sensors which...
I have been using your great library for few months. I have written some custom code around your library. In my application I require both AP & Station mode activated....
I want to thank you for you code. I tried using it when you first published your code but I was unsuccessful then but I am successfully using it now...
Hi I am trying to find the MQTT broker for ESP32. Can I use this library with ESP 32 ? Thanks for the help in advance.
it works well, however, I try to use umqtt lib to connect this broker, I don't think they both know each other, anyway hope Martin can fix the bug asap.