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:
25:9cb9b0c15218
Parent:
21:b8b8782d412f
Child:
26:9662f727e974
--- a/main.cpp	Fri Jan 29 23:50:22 2016 +0000
+++ b/main.cpp	Thu Feb 04 11:33:25 2016 -0800
@@ -15,7 +15,6 @@
 	int result;
     (void)printf("Initializing mbed specific things...\r\n");
 
-    /* These are needed in order to initialize the time provider for Proton-C */
     mbed_log_init();
     mbedtime_init();