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:
88:248736be106e
Parent:
82:f94e6bed4495
Child:
93:7c0bbb86b167
--- a/blob.c	Fri May 04 13:24:17 2018 -0700
+++ b/blob.c	Mon Jun 11 15:39:23 2018 -0700
@@ -4,7 +4,8 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include "azure_c_shared_utility/gballoc.h"
-#include "blob.h"
+#include "internal/blob.h"
+#include "internal/iothub_client_ll_uploadtoblob.h"
 
 #include "azure_c_shared_utility/httpapiex.h"
 #include "azure_c_shared_utility/xlogging.h"