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:
50:f3a92c6c6534
Parent:
46:c688c75b63b9
Child:
53:e21e1e88460f
--- a/uamqp_messaging.c	Thu Feb 15 11:33:47 2018 -0800
+++ b/uamqp_messaging.c	Mon Mar 05 17:39:14 2018 -0800
@@ -15,6 +15,7 @@
 #include "azure_c_shared_utility/optimize_size.h"
 #include "azure_c_shared_utility/xlogging.h"
 #include "azure_c_shared_utility/uuid.h"
+#include "azure_uamqp_c/amqp_definitions.h"
 #include "azure_uamqp_c/message.h"
 #include "azure_uamqp_c/amqpvalue.h"
 #include "iothub_message.h"