uMQTTBroker
uMQTTBroker copied to clipboard
MQTT Broker library for ESP8266 Arduino
Hello, I am using the library for a connection between two ESP8266 (one client, one broker). It works so far. (I'm also using the client from this library.) But as...
Hi, how can i set a User and Password after myBroker.init(); like myBroker.setUserPwd("Name", "Password"); Thanks for support Greets Olli
Hi, this is a feature request for implementation of this library for ESP32 based boards.
Requesting to implement the following two methods Stop() & IsRunning() methods on the uMQTTBroker is sometimes very important specially when someone want to stop the server on certain conditions. Also...
Hello, I took pretty much this [example code](https://github.com/martin-ger/uMQTTBroker/blob/master/examples/uMQTTBrokerSampleOOFull/uMQTTBrokerSampleOOFull.ino) to set up a MQTT broker on an [ESP8266-01S](https://www.amazon.de/-/en/AZDelivery-esp8266-ESP-01S-Parent-module/dp/B074RLG5TC/). To set up a client, I used pretty much this [example code](https://github.com/i-n-g-o/esp-mqtt-arduino/blob/master/examples/mqtt_sub/mqtt_sub.ino). When...
The program defines a custom broker class with callbacks, I connect from a remote client and publish as below. After 6 iterations, I have the following message "Error: The connection...
hi, I'm using the uMQTT broker on a esp8266 - this controller offers the MQTT broker and publishes and subscribes also using its 'publish/subscribe()' methods for one other client (an...
Martin....nice things first, I truly appreciate the uMQTT code. It has given me hours of “relaxation” (22 hours already this week on this issue). My wife asks why I would...
Hello, Are there any plans to support Websocket publishing in uMQTTBroker or any known forks that address this ? I found a library that does it and supposedly supports Eclipse...
I'm trying that Mqtt server publishes the current datetime using the Ntpclient example code but it always starts initially with January, 1 1900. Could it be due Ntpclient uses an...