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:
8:450043aa3c5c
Parent:
7:07bc440836b3
Child:
9:8abcd13782f4
--- a/iothubtransportamqp.c	Thu Feb 04 11:39:49 2016 -0800
+++ b/iothubtransportamqp.c	Thu Feb 04 15:56:59 2016 -0800
@@ -22,9 +22,6 @@
 #include "platform.h"
 #include "sastoken.h"
 #include "strings.h"
-#include "tlsio_openssl.h"
-#include "tlsio_schannel.h"
-#include "tlsio_wolfssl.h"
 #include "urlencode.h"
 
 #include "tlsio.h"