Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
38:a05929a75111
Parent:
36:67300d5a4c1f
Child:
48:cc5d91f2b06d
--- a/iothub_message.h	Fri Mar 25 16:00:25 2016 -0700
+++ b/iothub_message.h	Fri Apr 08 13:24:33 2016 -0700
@@ -9,8 +9,8 @@
 #ifndef IOTHUB_MESSAGE_H
 #define IOTHUB_MESSAGE_H
 
-#include "macro_utils.h"
-#include "map.h" 
+#include "azure_c_shared_utility/macro_utils.h"
+#include "azure_c_shared_utility/map.h" 
 
 #ifdef __cplusplus
 #include <cstddef>