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:
11:6eac761707a0
Parent:
6:8121913f61d7
--- a/main.cpp	Mon Sep 28 17:06:52 2015 +0000
+++ b/main.cpp	Mon Sep 28 18:34:54 2015 -0700
@@ -44,6 +44,7 @@
 {
     (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();