uMQTTBroker icon indicating copy to clipboard operation
uMQTTBroker copied to clipboard

MQTT Broker library for ESP8266 Arduino

Results 51 uMQTTBroker issues
Sort by recently updated
recently updated
newest added

I understand that the onData() function calls when the broker receives a topic data, but does it call the function at the end the void loop() or whenever a delay()...

Hello I'm using 2 esp8266, 1 as server mqtt using your "uMQTTBrokerSampleOOFull" example, and the other with the mqtt_pub.ino example, I came across the following: when I first connect the...

I am using uMQTTBroker.h very successfully to create my networks, but have some issues to understand. Can you point me to how to identify: Number of CURRENTLY connected clients Text...

Currently running the broker on an esp8266. The idea is to have a plethera of client devices where there is one device on each drum in my kit which is...

Hi, Noob here. The downloaded zip file contains 2 directories (examples, src). you mention "Just clone (or download the zip-file and extract it) into the libraries directory of your Arduino...

I am trying to use your library in my project with an ESP32 (using arduino framework). However, when I try to compile I get error missing the files: user_config.h c_types.h...

`Arduino: 1.8.4 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)" Build options changed, rebuilding all C:\Users\James\Documents\Arduino\libraries\uMQTTBroker\src\mqtt_server.c: In function 'MQTT_server_deleteClientCon': C:\Users\James\Documents\Arduino\libraries\uMQTTBroker\src\mqtt_server.c:156:2: warning: 'return' with no value,...

Hi, I've run your broker on my esp and it works fine. I can use i.e Chrome's MQTTLens extension, subscribe to topics and receive messages, but when I try to...

My mqtt broker has set user and password, I forgot about it and I tried the @i-n-g-o [mqtt_pub](https://github.com/i-n-g-o/esp-mqtt-arduino/tree/master/examples/mqtt_pub) example as is without setUserPwd... ``` Connecting to MyHomeNet ....... WiFi connected...

Martin, This is very helpful ( & rare ) library. I was looking for something like this for long time.I have been using [https://github.com/letscontrolit/ESPEasy](url) for long time and it is...