pubsubclient
pubsubclient copied to clipboard
A client library for the Arduino Ethernet Shield that provides support for MQTT.
I got this warning on build: ``` .pio\libdeps\esp01s\PubSubClient\src\PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': .pio\libdeps\esp01s\PubSubClient\src\PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int'...
I,m done with mqtt with 1883 port its going good, now want to connect mqtt with port 8883 for security point of view so did you try that I'm facing...
I am very new to ESP8266 and MQTT. So Apologies if I haven't done it properly. I am using test.mosquitto.org server and trying to publish and subscribe the data. I...
Super good MQTT library - kudos! It appears that the library is not thread safe. Introducing lock protecting buffer may be difficult while supporting all hardware . I propose to...
I've been seeing this problem for a long time and I'm surprised it hasn't been mentioned yet, but maybe I'm thinking wrong. If the MQTT connection is lost and a...
I haven't been paying this code the attention it deserves. The issues and PRs have built up to the point where there are lots of duplicates and stale issues. The...
There's no point to use `micros()` instead of `RANDOM_REG32` on ESP8266, if anything using `micros()` is rather insecure.
I always fail to connect when I implement your basic example with my code. This will happen when I put put reconnect method in the void loop but when I...
I recently updated my broker (Mosquitto) from version 1.6 to 2.14. All my devices continued to work fine, except for my ESP8266 with the pubsubclient library. With the serial monitor...
The support of encrypted communication with the broker is still EXPERIMENTAL. Anyhow it works quite well. The only but critical pain is the 20k RAM usage on the ESP8266. This...