paho.mqtt.embedded-c
paho.mqtt.embedded-c copied to clipboard
MQTT_DEBUG
README talks about enabling of tracing with MQTT_DEBUG, however I didn't find MQTT_DEBUG in any source code.
It's only in MQTTClient (c++). MQTTClient/samples/linux/stdoutsub.cpp shows how to use it.
After call the func MQTTSerialize_connect, in the buf, it should be 4D 51 54 54("MQTT"), but i got 0D 51 54 54("MQTT").
I should alter the readme to say this - I didn't start writing the C client... I may add it in at some point.