This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Description
Overview
I am attempting to run the MQTT demo here to send some test data to my Cloud IoT Core project. The documentation for the demo script says the following:
Before you run the sample, you must follow the instructions in the README for this sample.
I would expect the README to contain instructions on the CLI command to run, detailing the arguments to pass in (similar to the IoT Manager sample). However, I could not find any such README. I have had to read the code of the mqtt_device_demo(args) function to determine what arguments I needed to pass in.
Suggested action
Similar to the IoT Manager sample, create the README in the MQTT sample directory with the appropriate docs for the CLI functions along with example usages.