]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - iotdev/aws-iot-device-sdk-embedded-c.git/commit
Initial Upload of all the source files
authorPani <bhadrinp@amazon.com>
Wed, 7 Oct 2015 02:32:20 +0000 (19:32 -0700)
committerPani <bhadrinp@amazon.com>
Wed, 7 Oct 2015 02:32:20 +0000 (19:32 -0700)
commitf12cc78d40964d698caa1eebd8f3f71c6f3885a8
treec1a79ab78ab13905bbe06dfdea51ddf7dae77eba
parent0801286df8ad287e8b60f8582f623e629fd56c5e
Initial Upload of all the source files
This version includes Thing Shadow support and Basic MQTT pub sub
321 files changed:
CHANGELOG.md [new file with mode: 0755]
LICENSE.txt [new file with mode: 0755]
NOTICE.txt [new file with mode: 0755]
README.md [changed mode: 0644->0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/aws_iot_mqtt_embedded_client_wrapper.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/network_interface.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/common/timer.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/common/timer_linux.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/mbedtls/network_mbedtls_wrapper.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/hostname_compare.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/hostname_compare.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/network_openssl_wrapper.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/openssl_hostname_validation.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/openssl_hostname_validation.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/rawstr.c [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/rawstr.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/timer_interface.h [new file with mode: 0755]
aws_iot_src/protocol/mqtt/aws_iot_mqtt_interface.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow.c [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_actions.c [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_actions.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_interface.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_json.c [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_json.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_json_data.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_key.h [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_records.c [new file with mode: 0755]
aws_iot_src/shadow/aws_iot_shadow_records.h [new file with mode: 0755]
aws_iot_src/utils/aws_iot_error.h [new file with mode: 0755]
aws_iot_src/utils/aws_iot_json_utils.c [new file with mode: 0755]
aws_iot_src/utils/aws_iot_json_utils.h [new file with mode: 0755]
aws_iot_src/utils/aws_iot_log.h [new file with mode: 0755]
aws_iot_src/utils/aws_iot_version.h [new file with mode: 0755]
aws_iot_src/utils/jsmn.c [new file with mode: 0755]
aws_iot_src/utils/jsmn.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/CONTRIBUTING.md [new file with mode: 0755]
aws_mqtt_embedded_client_lib/CopySrc.mk [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Debug/makefile [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Debug/objects.mk [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Debug/sources.mk [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Debug/src/MQTTDeserializeConnect.d [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Debug/src/subdir.mk [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/samples/linux/build.sh [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/samples/linux/stdoutsub.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/MQTTClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/MQTTClient.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/cc3200/MQTTCC3200.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/cc3200/MQTTCC3200.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/linux/MQTTLinux.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/linux/MQTTLinux.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/arduino/Hello/Hello.ino [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/build.sh [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/hello [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/hello.cpp [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/main.cpp [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/stdoutsub [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/stdoutsub.cpp [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/FP.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/MQTTClient.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/MQTTLogging.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/Countdown.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/IPStack.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/WifiIPStack.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/linux/linux.cpp [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/mbed/MQTTEthernet.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTClient/src/mbed/MQTTSocket.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/build [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/null.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/pub0sub1.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/pub0sub1_nb.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/qos0pub.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/transport.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/transport.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnect.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnectClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnectServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTDeserializePublish.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTFormat.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTFormat.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPacket.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPacket.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPublish.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSerializePublish.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribe.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribeClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribeServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribe.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribeClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribeServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/src/StackTrace.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/test/build_test [new file with mode: 0755]
aws_mqtt_embedded_client_lib/MQTTPacket/test/test1.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/Makefile [new file with mode: 0755]
aws_mqtt_embedded_client_lib/README.md [new file with mode: 0755]
aws_mqtt_embedded_client_lib/about.html [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/MQTTClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/MQTTClient.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/cc3200/MQTTCC3200.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/cc3200/MQTTCC3200.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/linux/MQTTLinux.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient-C/src/linux/MQTTLinux.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/FP.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/MQTTClient.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/MQTTLogging.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/arduino/Countdown.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/arduino/IPStack.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/arduino/WifiIPStack.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/linux/linux.cpp [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/mbed/MQTTEthernet.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTClient/src/mbed/MQTTSocket.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTConnect.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTConnectClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTConnectServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTDeserializePublish.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTFormat.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTFormat.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTPacket.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTPacket.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTPublish.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTSerializePublish.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTSubscribe.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTSubscribeClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTSubscribeServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTUnsubscribe.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTUnsubscribeClient.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/MQTTUnsubscribeServer.c [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/MQTTPacket/src/StackTrace.h [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/generated-make/brazil.makefiles.deps [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/generated-make/brazil.variables.mk [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/private/tmp/check-vendor-guidance/brief [new file with mode: 0755]
aws_mqtt_embedded_client_lib/build/private/tmp/check-vendor-guidance/details [new file with mode: 0755]
aws_mqtt_embedded_client_lib/edl-v10 [new file with mode: 0755]
aws_mqtt_embedded_client_lib/epl-v10 [new file with mode: 0755]
aws_mqtt_embedded_client_lib/notice.html [new file with mode: 0755]
docs/html/ArchitecturePage.html [new file with mode: 0755]
docs/html/MQTTSubPub.html [new file with mode: 0755]
docs/html/PortingGuide.html [new file with mode: 0755]
docs/html/SDK_Architecture.png [new file with mode: 0755]
docs/html/ThingShadowPage.html [new file with mode: 0755]
docs/html/annotated.html [new file with mode: 0755]
docs/html/aws__iot__config_8h.html [new file with mode: 0755]
docs/html/aws__iot__config_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__error_8h.html [new file with mode: 0755]
docs/html/aws__iot__error_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__json__utils_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__log_8h.html [new file with mode: 0755]
docs/html/aws__iot__log_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__mqtt__interface_8h.html [new file with mode: 0755]
docs/html/aws__iot__mqtt__interface_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__actions_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__interface_8h.html [new file with mode: 0755]
docs/html/aws__iot__shadow__interface_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__json_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__json__data_8h.html [new file with mode: 0755]
docs/html/aws__iot__shadow__json__data_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__key_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__shadow__records_8h_source.html [new file with mode: 0755]
docs/html/aws__iot__version_8h.html [new file with mode: 0755]
docs/html/aws__iot__version_8h_source.html [new file with mode: 0755]
docs/html/bc_s.png [new file with mode: 0755]
docs/html/classes.html [new file with mode: 0755]
docs/html/closed.png [new file with mode: 0755]
docs/html/docs__main_8h.html [new file with mode: 0755]
docs/html/docs__main_8h_source.html [new file with mode: 0755]
docs/html/docs__porting__guide_8h_source.html [new file with mode: 0755]
docs/html/docs__related__page_8h_source.html [new file with mode: 0755]
docs/html/doxygen.css [new file with mode: 0755]
docs/html/doxygen.png [new file with mode: 0755]
docs/html/files.html [new file with mode: 0755]
docs/html/functions.html [new file with mode: 0755]
docs/html/functions_vars.html [new file with mode: 0755]
docs/html/globals.html [new file with mode: 0755]
docs/html/globals_defs.html [new file with mode: 0755]
docs/html/globals_enum.html [new file with mode: 0755]
docs/html/globals_eval.html [new file with mode: 0755]
docs/html/globals_func.html [new file with mode: 0755]
docs/html/globals_type.html [new file with mode: 0755]
docs/html/hostname__compare_8h_source.html [new file with mode: 0755]
docs/html/index.html [new file with mode: 0755]
docs/html/installdox [new file with mode: 0755]
docs/html/jsmn_8c.html [new file with mode: 0755]
docs/html/jsmn_8h.html [new file with mode: 0755]
docs/html/jsmn_8h_source.html [new file with mode: 0755]
docs/html/nav_f.png [new file with mode: 0755]
docs/html/nav_h.png [new file with mode: 0755]
docs/html/network__interface_8h.html [new file with mode: 0755]
docs/html/network__interface_8h_source.html [new file with mode: 0755]
docs/html/open.png [new file with mode: 0755]
docs/html/openssl__hostname__validation_8h_source.html [new file with mode: 0755]
docs/html/pages.html [new file with mode: 0755]
docs/html/rawstr_8h_source.html [new file with mode: 0755]
docs/html/search/all_61.html [new file with mode: 0755]
docs/html/search/all_63.html [new file with mode: 0755]
docs/html/search/all_64.html [new file with mode: 0755]
docs/html/search/all_65.html [new file with mode: 0755]
docs/html/search/all_66.html [new file with mode: 0755]
docs/html/search/all_67.html [new file with mode: 0755]
docs/html/search/all_69.html [new file with mode: 0755]
docs/html/search/all_6a.html [new file with mode: 0755]
docs/html/search/all_6b.html [new file with mode: 0755]
docs/html/search/all_6c.html [new file with mode: 0755]
docs/html/search/all_6d.html [new file with mode: 0755]
docs/html/search/all_6e.html [new file with mode: 0755]
docs/html/search/all_70.html [new file with mode: 0755]
docs/html/search/all_71.html [new file with mode: 0755]
docs/html/search/all_72.html [new file with mode: 0755]
docs/html/search/all_73.html [new file with mode: 0755]
docs/html/search/all_74.html [new file with mode: 0755]
docs/html/search/all_75.html [new file with mode: 0755]
docs/html/search/all_76.html [new file with mode: 0755]
docs/html/search/all_77.html [new file with mode: 0755]
docs/html/search/all_79.html [new file with mode: 0755]
docs/html/search/classes_6a.html [new file with mode: 0755]
docs/html/search/classes_6d.html [new file with mode: 0755]
docs/html/search/classes_6e.html [new file with mode: 0755]
docs/html/search/classes_73.html [new file with mode: 0755]
docs/html/search/classes_74.html [new file with mode: 0755]
docs/html/search/close.png [new file with mode: 0755]
docs/html/search/defines_61.html [new file with mode: 0755]
docs/html/search/defines_64.html [new file with mode: 0755]
docs/html/search/defines_65.html [new file with mode: 0755]
docs/html/search/defines_69.html [new file with mode: 0755]
docs/html/search/defines_6d.html [new file with mode: 0755]
docs/html/search/defines_72.html [new file with mode: 0755]
docs/html/search/defines_73.html [new file with mode: 0755]
docs/html/search/defines_76.html [new file with mode: 0755]
docs/html/search/defines_77.html [new file with mode: 0755]
docs/html/search/enums_69.html [new file with mode: 0755]
docs/html/search/enums_6a.html [new file with mode: 0755]
docs/html/search/enums_6d.html [new file with mode: 0755]
docs/html/search/enums_71.html [new file with mode: 0755]
docs/html/search/enums_73.html [new file with mode: 0755]
docs/html/search/enumvalues_63.html [new file with mode: 0755]
docs/html/search/enumvalues_64.html [new file with mode: 0755]
docs/html/search/enumvalues_67.html [new file with mode: 0755]
docs/html/search/enumvalues_6a.html [new file with mode: 0755]
docs/html/search/enumvalues_6d.html [new file with mode: 0755]
docs/html/search/enumvalues_6e.html [new file with mode: 0755]
docs/html/search/enumvalues_70.html [new file with mode: 0755]
docs/html/search/enumvalues_71.html [new file with mode: 0755]
docs/html/search/enumvalues_73.html [new file with mode: 0755]
docs/html/search/enumvalues_74.html [new file with mode: 0755]
docs/html/search/enumvalues_75.html [new file with mode: 0755]
docs/html/search/enumvalues_77.html [new file with mode: 0755]
docs/html/search/enumvalues_79.html [new file with mode: 0755]
docs/html/search/files_61.html [new file with mode: 0755]
docs/html/search/files_64.html [new file with mode: 0755]
docs/html/search/files_6a.html [new file with mode: 0755]
docs/html/search/files_6e.html [new file with mode: 0755]
docs/html/search/files_73.html [new file with mode: 0755]
docs/html/search/files_74.html [new file with mode: 0755]
docs/html/search/functions_61.html [new file with mode: 0755]
docs/html/search/functions_63.html [new file with mode: 0755]
docs/html/search/functions_65.html [new file with mode: 0755]
docs/html/search/functions_69.html [new file with mode: 0755]
docs/html/search/functions_6a.html [new file with mode: 0755]
docs/html/search/functions_6c.html [new file with mode: 0755]
docs/html/search/mag_sel.png [new file with mode: 0755]
docs/html/search/nomatches.html [new file with mode: 0755]
docs/html/search/search.css [new file with mode: 0755]
docs/html/search/search.js [new file with mode: 0755]
docs/html/search/search_l.png [new file with mode: 0755]
docs/html/search/search_m.png [new file with mode: 0755]
docs/html/search/search_r.png [new file with mode: 0755]
docs/html/search/typedefs_66.html [new file with mode: 0755]
docs/html/search/typedefs_69.html [new file with mode: 0755]
docs/html/search/typedefs_6a.html [new file with mode: 0755]
docs/html/search/typedefs_6e.html [new file with mode: 0755]
docs/html/search/typedefs_74.html [new file with mode: 0755]
docs/html/search/variables_63.html [new file with mode: 0755]
docs/html/search/variables_64.html [new file with mode: 0755]
docs/html/search/variables_69.html [new file with mode: 0755]
docs/html/search/variables_6b.html [new file with mode: 0755]
docs/html/search/variables_6d.html [new file with mode: 0755]
docs/html/search/variables_70.html [new file with mode: 0755]
docs/html/search/variables_71.html [new file with mode: 0755]
docs/html/search/variables_73.html [new file with mode: 0755]
docs/html/search/variables_74.html [new file with mode: 0755]
docs/html/search/variables_75.html [new file with mode: 0755]
docs/html/search/variables_77.html [new file with mode: 0755]
docs/html/search/variables_79.html [new file with mode: 0755]
docs/html/shadow__sample_8c.html [new file with mode: 0755]
docs/html/structJsonTokenTable__t.html [new file with mode: 0755]
docs/html/structMQTTCallbackParams.html [new file with mode: 0755]
docs/html/structMQTTClient__t.html [new file with mode: 0755]
docs/html/structMQTTConnectParams.html [new file with mode: 0755]
docs/html/structMQTTMessageParams.html [new file with mode: 0755]
docs/html/structMQTTPublishParams.html [new file with mode: 0755]
docs/html/structMQTTSubscribeParams.html [new file with mode: 0755]
docs/html/structMQTTwillOptions.html [new file with mode: 0755]
docs/html/structNetwork.html [new file with mode: 0755]
docs/html/structShadowParameters__t.html [new file with mode: 0755]
docs/html/structSubscriptionRecord__t.html [new file with mode: 0755]
docs/html/structTLSConnectParams.html [new file with mode: 0755]
docs/html/structTimer.html [new file with mode: 0755]
docs/html/structToBeReceivedAckRecord__t.html [new file with mode: 0755]
docs/html/structjsmn__parser.html [new file with mode: 0755]
docs/html/structjsmntok__t.html [new file with mode: 0755]
docs/html/structjsonStruct.html [new file with mode: 0755]
docs/html/tab_a.png [new file with mode: 0755]
docs/html/tab_b.png [new file with mode: 0755]
docs/html/tab_h.png [new file with mode: 0755]
docs/html/tab_s.png [new file with mode: 0755]
docs/html/tabs.css [new file with mode: 0755]
docs/html/timer_8c.html [new file with mode: 0755]
docs/html/timer__interface_8h.html [new file with mode: 0755]
docs/html/timer__interface_8h_source.html [new file with mode: 0755]
docs/html/timer__linux_8h.html [new file with mode: 0755]
docs/html/timer__linux_8h_source.html [new file with mode: 0755]
sample_apps/shadow_sample/ShadowLinuxPahoMbedtlsMakefile.mk [new file with mode: 0755]
sample_apps/shadow_sample/ShadowLinuxPahoOpensslMakefile.mk [new file with mode: 0755]
sample_apps/shadow_sample/aws_iot_config.h [new file with mode: 0755]
sample_apps/shadow_sample/shadow_sample.c [new file with mode: 0755]
sample_apps/shadow_sample_console_echo/EchoLinuxPahoMbedtlsMakefile.mk [new file with mode: 0755]
sample_apps/shadow_sample_console_echo/EchoLinuxPahoOpensslMakefile.mk [new file with mode: 0755]
sample_apps/shadow_sample_console_echo/aws_iot_config.h [new file with mode: 0755]
sample_apps/shadow_sample_console_echo/shadow_console_echo.c [new file with mode: 0755]
sample_apps/subscribe_publish_sample/LinuxPahoMbedtlsMakefile.mk [new file with mode: 0755]
sample_apps/subscribe_publish_sample/LinuxPahoOpensslMakefile.mk [new file with mode: 0755]
sample_apps/subscribe_publish_sample/aws_iot_config.h [new file with mode: 0755]
sample_apps/subscribe_publish_sample/subscribe_publish_sample.c [new file with mode: 0755]