IoTHub raw messaging client sample using AMQP

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

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

Revision:
39:87752a84df87
Parent:
34:b7f31511a8ad
Child:
40:548ef685e177
--- a/iothub_client_sample_amqp.c	Fri Apr 08 13:25:42 2016 -0700
+++ b/iothub_client_sample_amqp.c	Sun Apr 24 16:41:50 2016 -0700
@@ -4,11 +4,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "platform.h"
+#include "azure_c_shared_utility/platform.h"
 #include "iothub_client.h"
 #include "iothub_message.h"
-#include "threadapi.h"
-#include "crt_abstractions.h"
+#include "azure_c_shared_utility/threadapi.h"
+#include "azure_c_shared_utility/crt_abstractions.h"
 #include "iothubtransportamqp.h"
 
 #ifdef MBED_BUILD_TIMESTAMP