Here is a list of all documented files with brief descriptions:
| aws_iot_config.h | AWS IoT specific configuration file |
| aws_iot_error.h | Definition of error types for the SDK |
| aws_iot_json_utils.h | |
| aws_iot_log.h | Logging macros for the SDK. This file defines common logging macros with log levels to be used within the SDK. These macros can also be used in the IoT application code as a common way to output logs. The log levels can be tuned by modifying the makefile. Removing (commenting out) the IOT_* statement in the makefile disables that log level |
| aws_iot_mqtt_interface.h | Interface definition for MQTT client |
| aws_iot_shadow_actions.h | |
| aws_iot_shadow_interface.h | Interface for thing shadow |
| aws_iot_shadow_json.h | |
| aws_iot_shadow_json_data.h | This file is the interface for all the Shadow related JSON functions |
| aws_iot_shadow_key.h | |
| aws_iot_shadow_records.h | |
| aws_iot_version.h | Constants defining the release version of the SDK |
| docs_related_page.h | |
| hostname_compare.h | |
| jsmn.c | Implementation of the JSMN (Jasmine) JSON parser |
| jsmn.h | Definition of the JSMN (Jasmine) JSON parser |
| network_interface.h | Network interface definition for MQTT client |
| openssl_hostname_validation.h | |
| rawstr.h | |
| shadow_console_echo.c | Echo received Delta message |
| shadow_sample.c | A simple connected window example demonstrating the use of Thing Shadow |
| subscribe_publish_sample.c | Simple MQTT publish and subscribe on the same topic |
| timer.c | Linux implementation of the timer interface |
| timer_interface.h | Timer interface definition for MQTT client |
| timer_linux.h | |