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:
41:71c01aa3df1a
Parent:
31:adadaef857c1
Child:
53:e21e1e88460f
--- a/iothubtransportamqp.c	Fri Aug 25 11:22:00 2017 -0700
+++ b/iothubtransportamqp.c	Mon Sep 11 09:22:16 2017 -0700
@@ -5,6 +5,7 @@
 #include "iothubtransport_amqp_common.h"
 #include "azure_c_shared_utility/tlsio.h"
 #include "azure_c_shared_utility/platform.h"
+#include "azure_c_shared_utility/xlogging.h"
 
 #define RESULT_OK 0
 #define DEFAULT_IOTHUB_AMQP_PORT 5671