]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - iotdev/awsiot.git/commit
initial AWS SDK commit
authorVikram Adiga <vikram.adiga@ti.com>
Tue, 6 Oct 2015 22:45:30 +0000 (15:45 -0700)
committerVikram Adiga <vikram.adiga@ti.com>
Tue, 6 Oct 2015 22:45:53 +0000 (15:45 -0700)
commit71cdfe0780e20c0cc0eb4c7e88d96dc92a7f5103
treeb78842b8db58dc357eaf08bcf389ed35ba8cb331
initial AWS SDK commit
279 files changed:
CHANGELOG.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
NOTICE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/aws_iot_mqtt_embedded_client_wrapper.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/network_interface.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/common/timer.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/common/timer_linux.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/mbedtls/network_mbedtls_wrapper.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/hostname_compare.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/hostname_compare.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/network_openssl_wrapper.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/openssl_hostname_validation.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/openssl_hostname_validation.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/rawstr.c [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_linux/openssl/rawstr.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/timer_interface.h [new file with mode: 0644]
aws_iot_src/protocol/mqtt/aws_iot_mqtt_interface.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow.c [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_actions.c [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_actions.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_interface.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_json.c [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_json.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_json_data.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_key.h [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_records.c [new file with mode: 0644]
aws_iot_src/shadow/aws_iot_shadow_records.h [new file with mode: 0644]
aws_iot_src/utils/aws_iot_error.h [new file with mode: 0644]
aws_iot_src/utils/aws_iot_json_utils.c [new file with mode: 0644]
aws_iot_src/utils/aws_iot_json_utils.h [new file with mode: 0644]
aws_iot_src/utils/aws_iot_log.h [new file with mode: 0644]
aws_iot_src/utils/aws_iot_version.h [new file with mode: 0644]
aws_iot_src/utils/jsmn.c [new file with mode: 0644]
aws_iot_src/utils/jsmn.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/CONTRIBUTING.md [new file with mode: 0644]
aws_mqtt_embedded_client_lib/CopySrc.mk [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Debug/makefile [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Debug/objects.mk [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Debug/sources.mk [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Debug/src/MQTTDeserializeConnect.d [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Debug/src/subdir.mk [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/samples/linux/build.sh [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/samples/linux/stdoutsub.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/MQTTClient.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/MQTTClient.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/cc3200/MQTTCC3200.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/cc3200/MQTTCC3200.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/linux/MQTTLinux.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient-C/src/linux/MQTTLinux.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/arduino/Hello/Hello.ino [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/build.sh [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/hello [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/hello.cpp [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/main.cpp [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/stdoutsub [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/samples/linux/stdoutsub.cpp [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/FP.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/MQTTClient.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/MQTTLogging.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/Countdown.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/IPStack.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/arduino/WifiIPStack.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/linux/linux.cpp [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/mbed/MQTTEthernet.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTClient/src/mbed/MQTTSocket.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/build [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/null.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/pub0sub1.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/pub0sub1_nb.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/qos0pub.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/transport.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/samples/transport.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnect.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnectClient.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTConnectServer.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTDeserializePublish.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTFormat.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTFormat.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPacket.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPacket.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTPublish.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSerializePublish.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribe.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribeClient.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTSubscribeServer.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribe.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribeClient.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/MQTTUnsubscribeServer.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/src/StackTrace.h [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/test/build_test [new file with mode: 0644]
aws_mqtt_embedded_client_lib/MQTTPacket/test/test1.c [new file with mode: 0644]
aws_mqtt_embedded_client_lib/Makefile [new file with mode: 0644]
aws_mqtt_embedded_client_lib/README.md [new file with mode: 0644]
aws_mqtt_embedded_client_lib/about.html [new file with mode: 0644]
aws_mqtt_embedded_client_lib/edl-v10 [new file with mode: 0644]
aws_mqtt_embedded_client_lib/epl-v10 [new file with mode: 0644]
aws_mqtt_embedded_client_lib/notice.html [new file with mode: 0644]
docs/html/MQTTSubPub.html [new file with mode: 0644]
docs/html/annotated.html [new file with mode: 0644]
docs/html/aws__iot__config_8h.html [new file with mode: 0644]
docs/html/aws__iot__config_8h__dep__incl.dot [new file with mode: 0644]
docs/html/aws__iot__config_8h__dep__incl.md5 [new file with mode: 0644]
docs/html/aws__iot__config_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__error_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__json__utils_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__log_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__mqtt__interface_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__actions_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h.html [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h__dep__incl.dot [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h__dep__incl.md5 [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h__incl.dot [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h__incl.md5 [new file with mode: 0644]
docs/html/aws__iot__shadow__interface_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__json_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__json__data_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__key_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__shadow__records_8h_source.html [new file with mode: 0644]
docs/html/aws__iot__version_8h_source.html [new file with mode: 0644]
docs/html/bc_s.png [new file with mode: 0644]
docs/html/classes.html [new file with mode: 0644]
docs/html/closed.png [new file with mode: 0644]
docs/html/docs__main_8h.html [new file with mode: 0644]
docs/html/docs__main_8h_source.html [new file with mode: 0644]
docs/html/docs__related__page_8h_source.html [new file with mode: 0644]
docs/html/docs__shadow__module_8h_source.html [new file with mode: 0644]
docs/html/doxygen.css [new file with mode: 0644]
docs/html/doxygen.png [new file with mode: 0644]
docs/html/files.html [new file with mode: 0644]
docs/html/functions.html [new file with mode: 0644]
docs/html/functions_vars.html [new file with mode: 0644]
docs/html/globals.html [new file with mode: 0644]
docs/html/globals_defs.html [new file with mode: 0644]
docs/html/globals_enum.html [new file with mode: 0644]
docs/html/globals_func.html [new file with mode: 0644]
docs/html/globals_type.html [new file with mode: 0644]
docs/html/graph_legend.dot [new file with mode: 0644]
docs/html/graph_legend.html [new file with mode: 0644]
docs/html/graph_legend.md5 [new file with mode: 0644]
docs/html/group__shadow__module.html [new file with mode: 0644]
docs/html/hostname__compare_8h_source.html [new file with mode: 0644]
docs/html/index.html [new file with mode: 0644]
docs/html/installdox [new file with mode: 0644]
docs/html/jsmn_8c.html [new file with mode: 0644]
docs/html/jsmn_8c__incl.dot [new file with mode: 0644]
docs/html/jsmn_8c__incl.md5 [new file with mode: 0644]
docs/html/jsmn_8h.html [new file with mode: 0644]
docs/html/jsmn_8h__dep__incl.dot [new file with mode: 0644]
docs/html/jsmn_8h__dep__incl.md5 [new file with mode: 0644]
docs/html/jsmn_8h__incl.dot [new file with mode: 0644]
docs/html/jsmn_8h__incl.md5 [new file with mode: 0644]
docs/html/jsmn_8h_source.html [new file with mode: 0644]
docs/html/modules.html [new file with mode: 0644]
docs/html/nav_f.png [new file with mode: 0644]
docs/html/nav_h.png [new file with mode: 0644]
docs/html/network__interface_8h.html [new file with mode: 0644]
docs/html/network__interface_8h_source.html [new file with mode: 0644]
docs/html/open.png [new file with mode: 0644]
docs/html/openssl__hostname__validation_8h_source.html [new file with mode: 0644]
docs/html/pages.html [new file with mode: 0644]
docs/html/rawstr_8h_source.html [new file with mode: 0644]
docs/html/search/all_61.html [new file with mode: 0644]
docs/html/search/all_63.html [new file with mode: 0644]
docs/html/search/all_64.html [new file with mode: 0644]
docs/html/search/all_65.html [new file with mode: 0644]
docs/html/search/all_66.html [new file with mode: 0644]
docs/html/search/all_69.html [new file with mode: 0644]
docs/html/search/all_6a.html [new file with mode: 0644]
docs/html/search/all_6b.html [new file with mode: 0644]
docs/html/search/all_6c.html [new file with mode: 0644]
docs/html/search/all_6d.html [new file with mode: 0644]
docs/html/search/all_6e.html [new file with mode: 0644]
docs/html/search/all_70.html [new file with mode: 0644]
docs/html/search/all_71.html [new file with mode: 0644]
docs/html/search/all_72.html [new file with mode: 0644]
docs/html/search/all_73.html [new file with mode: 0644]
docs/html/search/all_74.html [new file with mode: 0644]
docs/html/search/all_75.html [new file with mode: 0644]
docs/html/search/all_77.html [new file with mode: 0644]
docs/html/search/all_79.html [new file with mode: 0644]
docs/html/search/classes_6a.html [new file with mode: 0644]
docs/html/search/classes_6d.html [new file with mode: 0644]
docs/html/search/classes_6e.html [new file with mode: 0644]
docs/html/search/classes_73.html [new file with mode: 0644]
docs/html/search/classes_74.html [new file with mode: 0644]
docs/html/search/close.png [new file with mode: 0644]
docs/html/search/defines_61.html [new file with mode: 0644]
docs/html/search/defines_72.html [new file with mode: 0644]
docs/html/search/enums_6a.html [new file with mode: 0644]
docs/html/search/enums_73.html [new file with mode: 0644]
docs/html/search/files_61.html [new file with mode: 0644]
docs/html/search/files_64.html [new file with mode: 0644]
docs/html/search/files_6a.html [new file with mode: 0644]
docs/html/search/files_6e.html [new file with mode: 0644]
docs/html/search/files_73.html [new file with mode: 0644]
docs/html/search/files_74.html [new file with mode: 0644]
docs/html/search/functions_61.html [new file with mode: 0644]
docs/html/search/functions_63.html [new file with mode: 0644]
docs/html/search/functions_65.html [new file with mode: 0644]
docs/html/search/functions_69.html [new file with mode: 0644]
docs/html/search/functions_6a.html [new file with mode: 0644]
docs/html/search/functions_6c.html [new file with mode: 0644]
docs/html/search/mag_sel.png [new file with mode: 0644]
docs/html/search/nomatches.html [new file with mode: 0644]
docs/html/search/search.css [new file with mode: 0644]
docs/html/search/search.js [new file with mode: 0644]
docs/html/search/search_l.png [new file with mode: 0644]
docs/html/search/search_m.png [new file with mode: 0644]
docs/html/search/search_r.png [new file with mode: 0644]
docs/html/search/typedefs_66.html [new file with mode: 0644]
docs/html/search/typedefs_6e.html [new file with mode: 0644]
docs/html/search/typedefs_74.html [new file with mode: 0644]
docs/html/search/variables_63.html [new file with mode: 0644]
docs/html/search/variables_64.html [new file with mode: 0644]
docs/html/search/variables_69.html [new file with mode: 0644]
docs/html/search/variables_6b.html [new file with mode: 0644]
docs/html/search/variables_6d.html [new file with mode: 0644]
docs/html/search/variables_70.html [new file with mode: 0644]
docs/html/search/variables_71.html [new file with mode: 0644]
docs/html/search/variables_73.html [new file with mode: 0644]
docs/html/search/variables_74.html [new file with mode: 0644]
docs/html/search/variables_75.html [new file with mode: 0644]
docs/html/search/variables_77.html [new file with mode: 0644]
docs/html/search/variables_79.html [new file with mode: 0644]
docs/html/shadow__sample_8c.html [new file with mode: 0644]
docs/html/shadow__sample_8c__incl.dot [new file with mode: 0644]
docs/html/shadow__sample_8c__incl.md5 [new file with mode: 0644]
docs/html/structJsonTokenTable__t.html [new file with mode: 0644]
docs/html/structMQTTCallbackParams.html [new file with mode: 0644]
docs/html/structMQTTCallbackParams__coll__graph.dot [new file with mode: 0644]
docs/html/structMQTTCallbackParams__coll__graph.md5 [new file with mode: 0644]
docs/html/structMQTTClient__t.html [new file with mode: 0644]
docs/html/structMQTTConnectParams.html [new file with mode: 0644]
docs/html/structMQTTConnectParams__coll__graph.dot [new file with mode: 0644]
docs/html/structMQTTConnectParams__coll__graph.md5 [new file with mode: 0644]
docs/html/structMQTTMessageParams.html [new file with mode: 0644]
docs/html/structMQTTPublishParams.html [new file with mode: 0644]
docs/html/structMQTTPublishParams__coll__graph.dot [new file with mode: 0644]
docs/html/structMQTTPublishParams__coll__graph.md5 [new file with mode: 0644]
docs/html/structMQTTSubscribeParams.html [new file with mode: 0644]
docs/html/structMQTTwillOptions.html [new file with mode: 0644]
docs/html/structNetwork.html [new file with mode: 0644]
docs/html/structShadowParameters__t.html [new file with mode: 0644]
docs/html/structShadowParameters__t__coll__graph.dot [new file with mode: 0644]
docs/html/structShadowParameters__t__coll__graph.md5 [new file with mode: 0644]
docs/html/structSubscriptionRecord__t.html [new file with mode: 0644]
docs/html/structTLSConnectParams.html [new file with mode: 0644]
docs/html/structTimer.html [new file with mode: 0644]
docs/html/structToBeReceivedAckRecord__t.html [new file with mode: 0644]
docs/html/structToBeReceivedAckRecord__t__coll__graph.dot [new file with mode: 0644]
docs/html/structToBeReceivedAckRecord__t__coll__graph.md5 [new file with mode: 0644]
docs/html/structjsmn__parser.html [new file with mode: 0644]
docs/html/structjsmntok__t.html [new file with mode: 0644]
docs/html/structjsonStruct.html [new file with mode: 0644]
docs/html/tab_a.png [new file with mode: 0644]
docs/html/tab_b.png [new file with mode: 0644]
docs/html/tab_h.png [new file with mode: 0644]
docs/html/tab_s.png [new file with mode: 0644]
docs/html/tabs.css [new file with mode: 0644]
docs/html/timer_8c.html [new file with mode: 0644]
docs/html/timer_8c__incl.dot [new file with mode: 0644]
docs/html/timer_8c__incl.md5 [new file with mode: 0644]
docs/html/timer__interface_8h.html [new file with mode: 0644]
docs/html/timer__interface_8h__dep__incl.dot [new file with mode: 0644]
docs/html/timer__interface_8h__dep__incl.md5 [new file with mode: 0644]
docs/html/timer__interface_8h__incl.dot [new file with mode: 0644]
docs/html/timer__interface_8h__incl.md5 [new file with mode: 0644]
docs/html/timer__interface_8h_source.html [new file with mode: 0644]
docs/html/timer__linux_8h_source.html [new file with mode: 0644]
sample_apps/shadow_sample/Makefile [new file with mode: 0644]
sample_apps/shadow_sample/aws_iot_config.h [new file with mode: 0644]
sample_apps/shadow_sample/shadow_sample.c [new file with mode: 0644]
sample_apps/shadow_sample_console_echo/Makefile [new file with mode: 0644]
sample_apps/shadow_sample_console_echo/aws_iot_config.h [new file with mode: 0644]
sample_apps/shadow_sample_console_echo/shadow_console_echo.c [new file with mode: 0644]
sample_apps/subscribe_publish_sample/Makefile [new file with mode: 0644]
sample_apps/subscribe_publish_sample/aws_iot_config.h [new file with mode: 0644]
sample_apps/subscribe_publish_sample/subscribe_publish_sample.c [new file with mode: 0644]