A simple IoTHub sample using AMQP as transport

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed azure_c_shared_utility serializer wolfSSL azure_uamqp_c

This sample showcases the usage of Azure IoT client libraries with the AMQP transport for sending/receiving raw messages from an IoT Hub.

Revision:
4:02142ed0a6af
Parent:
2:fc3132155be8
Child:
7:678d6405a200
--- a/simplesample_amqp.c	Thu Sep 17 05:53:50 2015 +0000
+++ b/simplesample_amqp.c	Thu Sep 17 00:02:19 2015 -0700
@@ -15,7 +15,7 @@
 #include "certs.h"
 #endif // MBED_BUILD_TIMESTAMP
 
-static const char* connectionString = "[IoT Connection String goes here]";
+static const char* connectionString = "[device connection string]";
 
 // Define the Model
 BEGIN_NAMESPACE(MyThermostat);