esp-mqtt-arduino icon indicating copy to clipboard operation
esp-mqtt-arduino copied to clipboard

Results 7 esp-mqtt-arduino issues
Sort by recently updated
recently updated
newest added

Why doesn't exists a setServer function which allow to change the server name dinamically?

hi, sorry my english ... but how do I make multiple subscribers? moreover in case of user and password on the mqtt server how are they set? thank you

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...

https://github.com/martin-ger/uMQTTBroker/issues/1

your library is so good, but i have problem. i can't change mqtt broker address, because MQTT myMqtt(" ","192.168.1.20",1883); can you fix it? so thank

Hello, Long story short, I'm trying to automize my program to make multiple connections to a Mosquitto brocker, without having to change the code every time I have to make...

Hi, I've been trying to create a class of my own that uses your wrapper but I can't seem to be able to get it working with method callbacks (I'm...