]> begriffs open source - freertos/commit
Add first draft of mqtt example
authorGaurav Aggarwal <aggarg@amazon.com>
Sun, 21 Jul 2019 22:14:13 +0000 (22:14 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Sun, 21 Jul 2019 22:14:13 +0000 (22:14 +0000)
commita7ef9c3b6149338f73998fa0ff1144191fb6b449
tree9f8d83d9963c41e7cc04856d990a1e352c7f39b7
parent238a23e4d5224aec1bd45f16fcb97b234842f0f8
Add first draft of mqtt example

Note that it is still work in progress and not working as of now.
13 files changed:
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/DemoTasks/SimpleMQTTExamples.c [new file with mode: 0644]
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/DemoTasks/SimpleTaskPoolExamples.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/WIN32.vcxproj
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/WIN32.vcxproj.filters
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/atomic.h [new file with mode: 0644]
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/iot_secure_sockets_config.h [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/iot_network_freertos.h [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/iot_network_freertos.c [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/secure_sockets/freertos_plus_tcp/iot_secure_sockets.c [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/secure_sockets/include/iot_secure_sockets.h [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/secure_sockets/include/iot_secure_sockets_config_defaults.h [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/secure_sockets/include/iot_secure_sockets_wrapper_metrics.h [new file with mode: 0644]
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/private/iot_lib_init.h [new file with mode: 0644]