A simple IoTHub sample using AMQP as transport

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed azure_c_shared_utility serializer wolfSSL azure_uamqp_c

This sample showcases the usage of Azure IoT client libraries with the AMQP transport for sending/receiving raw messages from an IoT Hub.

Revision:
35:862d7bc6755c
Parent:
29:12a5fd69f49e
Child:
42:6bb5884a0648
--- a/simplesample_amqp.c	Fri Apr 08 13:27:02 2016 -0700
+++ b/simplesample_amqp.c	Sun Apr 24 16:42:44 2016 -0700
@@ -7,12 +7,12 @@
 #include <stdint.h>
 
 #include "serializer.h"
-#include "threadapi.h"
-#include "sastoken.h"
+#include "azure_c_shared_utility/threadapi.h"
+#include "azure_c_shared_utility/sastoken.h"
 #include "iothub_client.h"
 #include "iothubtransportamqp.h"
 #include "iothub_client_ll.h"
-#include "platform.h"
+#include "azure_c_shared_utility/platform.h"
 
 #ifdef MBED_BUILD_TIMESTAMP
 #include "certs.h"