mqtt: update example documentation on generating a certificate for ssl authentication to hosts

Closes https://github.com/espressif/esp-idf/issues/3593
This commit is contained in:
David Cermak
2019-06-12 14:55:58 +02:00
parent 5588b22796
commit 3eda52f6cd
5 changed files with 18 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
(See the README.md file in the upper level 'examples' directory for more information about examples.)
This example connects to the broker URI selected using `make menuconfig` (using mqtt tcp transport) and as a demonstration subscribes/unsubscribes and send a message on certain topic.
(Please note that the public broker is maintained by the community so may not be always available, for details please see this [disclaimer](https://iot.eclipse.org/getting-started/#sandboxes))
Note: If the URI equals `FROM_STDIN` then the broker address is read from stdin upon application startup (used for testing)
It uses ESP-MQTT library which implements mqtt client to connect to mqtt broker.