esp_mqtt icon indicating copy to clipboard operation
esp_mqtt copied to clipboard

MQTT Broker/Bridge on the ESP8266

Results 27 esp_mqtt issues
Sort by recently updated
recently updated
newest added

Hello and thanks for the great project! Not sure what is wrong when I download the project zip file and try to install it to my Arduino IDE (v1.8.19) via...

I sent mqtt messages to the broker and I would like these messages to be sent to another broker (HA Mosquito) too. I have configured the host, port, user, pw,...

Hi, in the example "uMQTTBrokerSampleOOFull.ino" I try to connect with a remote client to the IP address that appears on the Serial Monitor as the AP (e.g. in my case...

Hi martin I tested the new version, as you can see, mqtt_user and mqtt_password are still truncated. MQTT client is still disconnected. I stay tunned for next version. Regards CMD>show...

I installed your binary from github using the esptool.py as described in your post. I am running your code on Weimos D1 clone/ ESP8266 with 4MB flash. After the broker...

Excellent work, thank you very much! It's not an issue, just a question (or perhaps feature request): is there any way to tell the IP addresses of the connected devices?...

First of all thank you for the excellent project. So far it works flawlessly. I have a noob question as I am not a programmer. I have a thermostat scheduler...

Fantastic work - game changer for IOT on MQTT! Have you tested this on the ESP32 by any chance? It has considerable more system resources so could be more viable....

I want clone the topics in remote server, or make a subscribe to publish in local server, is there a way to do it? Great for your help

Hi Martin. 2 years later and I came across your work only now. I would like to add Websockets support for mqtt. As the owner of this repo could you...