You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I am new to ESP32 and is using this MQTT library posted by tuanpmt.
To get started, I need to do some basic operations like Subscribing and Publishing a particular TOPIC.
Can anyone give me some good documentation/literature/examples to see how to initialize the structures in this library like mqtt_state, connect_info, xSendingQueue, send_rb etc?
As you know these structures are needed to initialize the mutt_client which is eventually needed to subscribe to the topic.
Thanks
The text was updated successfully, but these errors were encountered:
This is "the" sample application that you can be able to get started with this library. As it is also indicated in the readme as a "sample application" that demonstrates the usage of esp32-mqtt library (which is added as a component to this project).
Check app_main.c file and before everything else check the dependencies given in the readme.
Hello everyone,
I am new to ESP32 and is using this MQTT library posted by tuanpmt.
To get started, I need to do some basic operations like Subscribing and Publishing a particular TOPIC.
Can anyone give me some good documentation/literature/examples to see how to initialize the structures in this library like mqtt_state, connect_info, xSendingQueue, send_rb etc?
As you know these structures are needed to initialize the mutt_client which is eventually needed to subscribe to the topic.
Thanks
The text was updated successfully, but these errors were encountered: