Microsoft Azure IoTHub client AMQP transport

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more

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

Revision:
53:e21e1e88460f
Parent:
50:f3a92c6c6534
Child:
56:8704100b3b54
--- a/iothub_client_retry_control.c	Fri May 04 13:22:48 2018 -0700
+++ b/iothub_client_retry_control.c	Mon Jun 11 15:38:09 2018 -0700
@@ -1,7 +1,7 @@
 // Copyright (c) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
-#include "iothub_client_retry_control.h"
+#include "internal/iothub_client_retry_control.h"
 
 #include <math.h>