Thomas
Thomas
fixed a wrong string compare in StringIndexer, leading to wrong behavior of the MQTT client and server. If you compare two strings with strncmp, you must also check if both...
I have a device with a MQTT broker and a local client (just as in the example code). On the device side I publish two topics with similar names, where...
refactoring: MqttBroker contains a member variable with the name "broker". This is quite misleading and makes the code harder to understand, as this member is a mqtt _client_ -> renaming...