AWS IoT Embedded C Device SDK
File List
Here is a list of all documented files with brief descriptions:
 aws_iot_config.hAWS IoT specific configuration file
 aws_iot_error.hDefinition of error types for the SDK
 aws_iot_json_utils.h
 aws_iot_log.hLogging 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.hInterface definition for MQTT client
 aws_iot_shadow_actions.h
 aws_iot_shadow_interface.hInterface for thing shadow
 aws_iot_shadow_json.h
 aws_iot_shadow_json_data.hThis file is the interface for all the Shadow related JSON functions
 aws_iot_shadow_key.h
 aws_iot_shadow_records.h
 aws_iot_version.hConstants defining the release version of the SDK
 docs_related_page.h
 hostname_compare.h
 jsmn.cImplementation of the JSMN (Jasmine) JSON parser
 jsmn.hDefinition of the JSMN (Jasmine) JSON parser
 network_interface.hNetwork interface definition for MQTT client
 openssl_hostname_validation.h
 rawstr.h
 shadow_console_echo.cEcho received Delta message
 shadow_sample.cA simple connected window example demonstrating the use of Thing Shadow
 subscribe_publish_sample.cSimple MQTT publish and subscribe on the same topic
 timer.cLinux implementation of the timer interface
 timer_interface.hTimer interface definition for MQTT client
 timer_linux.h