Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for MQTT Library by tuanpmt #22

Open
RfAkramKarimi opened this issue Sep 18, 2017 · 1 comment
Open

Documentation for MQTT Library by tuanpmt #22

RfAkramKarimi opened this issue Sep 18, 2017 · 1 comment

Comments

@RfAkramKarimi
Copy link

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

@bcanustundag
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants