A simple IoTHub sample using HTTP as transport

Dependencies:   EthernetInterface NTPClient iothub_client iothub_http_transport mbed-rtos mbed wolfSSL serializer azure_c_shared_utility

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

Revision:
7:b2c9d461ef42
Parent:
6:c035e0e00f92
--- a/main.cpp	Thu Sep 17 00:14:36 2015 -0700
+++ b/main.cpp	Thu Sep 17 00:26:54 2015 -0700
@@ -8,6 +8,8 @@
 
 int setupRealTime(void)
 {
+	int result;
+
 	(void)printf("setupRealTime begin\r\n");
 	if (EthernetInterface::connect())
 	{