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:
6:8121913f61d7
Parent:
5:f681a1af27c6
Child:
11:6eac761707a0
--- a/main.cpp	Thu Sep 17 00:12:52 2015 -0700
+++ b/main.cpp	Thu Sep 17 00:24:46 2015 -0700
@@ -10,6 +10,8 @@
 
 int setupRealTime(void)
 {
+	int result;
+
 	(void)printf("setupRealTime begin\r\n");
 	if (EthernetInterface::connect())
 	{