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:
10:c884d9d28696
Parent:
8:a9db8d5c22ee
--- a/simplesample_http.c	Wed Sep 23 03:51:54 2015 +0000
+++ b/simplesample_http.c	Sat Sep 26 00:18:24 2015 -0700
@@ -91,7 +91,7 @@
     messageTrackingId++;
 }
 
-/*this functiuon "links" IoTHub to the serialization library*/
+/*this function "links" IoTHub to the serialization library*/
 static IOTHUBMESSAGE_DISPOSITION_RESULT IoTHubMessage(IOTHUB_MESSAGE_HANDLE message, void* userContextCallback)
 {
     IOTHUBMESSAGE_DISPOSITION_RESULT result;