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:
53:9efaa552a407
Parent:
21:2fcd0b75d093
Child:
56:99dabe3ce9ff
--- a/certs.c	Wed Dec 14 16:03:44 2016 -0800
+++ b/certs.c	Sun Jan 08 11:15:04 2017 -0800
@@ -3,6 +3,8 @@
 
 /* This file contains certs needed to communicate with Azure (IoT) */
 
+#include "certs.h"
+
 const char certificates[] = 
 /* Baltimore */
 "-----BEGIN CERTIFICATE-----\r\n"