Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
Diff: AWS_openssl/aws_iot_config.h
- Revision:
- 28:d549de7c3aad
- Parent:
- 24:224c07ec3bd0
- Child:
- 33:48172a2972b6
--- a/AWS_openssl/aws_iot_config.h Tue Feb 07 16:18:57 2017 +0000 +++ b/AWS_openssl/aws_iot_config.h Mon Jul 17 12:03:23 2017 +0000 @@ -28,16 +28,16 @@ // b) Pull certs and MQTT information from SD card. // // Pull information from SD card -#define USING_SD_CARD +//#define USING_SD_CARD //===================================================================================================================== // ================================================= // USER ENTERED VALUES (only used when not using SD card) -#define AWS_IOT_MQTT_HOST "TODO" ///< Customer specific MQTT HOST. The same will be used for Thing Shadow +#define AWS_IOT_MQTT_HOST "a2m031708va2or.iot.us-west-2.amazonaws.com" ///< Customer specific MQTT HOST. The same will be used for Thing Shadow #define AWS_IOT_MQTT_PORT 8883 ///< default port for MQTT/S -#define AWS_IOT_MQTT_CLIENT_ID "TODO" ///< MQTT client ID should be unique for every device -#define AWS_IOT_MY_THING_NAME "TODO" ///< Thing Name of the Shadow this device is associated with -#define AWS_IOT_MY_TOPIC "TODO/%s" ///< Topic name to publish to (used with alternate demo) +#define AWS_IOT_MQTT_CLIENT_ID "ATT_IoT" ///< MQTT client ID should be unique for every device +#define AWS_IOT_MY_THING_NAME "ATT_IoT" ///< Thing Name of the Shadow this device is associated with +#define AWS_IOT_MY_TOPIC "ATT_IoT_Topic" ///< Topic name to publish to (used with alternate demo) //#ifdef USING_SD_CARD // These files are only valid when SD card is being used // Example format for mqtt_config.txt: