This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200-LAUNCHXL: AWS IoT params

Part Number: CC3200-LAUNCHXL


Before compiling AWS Embedded C SDK we need to configure AWS parameter given in aws_iot_config.h as shown below.

#define AWS_IOT_MQTT_HOST               ""
#define AWS_IOT_MQTT_PORT               8883
#define AWS_IOT_MQTT_CLIENT_ID     ""
#define AWS_IOT_MY_THING_NAME     "" 

I understood all parameter except the macro AWS_IOT_MQTT_CLIENT_ID. What does it mean and where to get MQTT ID?

Please help.