IoTHub raw messaging client sample using AMQP

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

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

Revision:
28:a1105bba4bb1
Parent:
26:9a91eb828b15
Child:
31:7a8aed41e109
--- a/iothub_client_sample_amqp.c	Fri Jan 29 20:24:00 2016 +0000
+++ b/iothub_client_sample_amqp.c	Fri Jan 29 20:28:44 2016 +0000
@@ -16,7 +16,7 @@
 
 /*String containing Hostname, Device Id & Device Key in the format:             */
 /*  "HostName=<host_name>;DeviceId=<device_id>;SharedAccessKey=<device_key>"    */
-static const char* connectionString = "HostName=iot-sdks-test.azure-devices.net;DeviceId=toercola;SharedAccessKey=84fCHgQOj5uPL+k18x0UidZAUOG7gvWJIWGxqIQKUkk=";
+static const char* connectionString = "[device connection string]";
 static int callbackCounter;
 
 DEFINE_ENUM_STRINGS(IOTHUB_CLIENT_CONFIRMATION_RESULT, IOTHUB_CLIENT_CONFIRMATION_RESULT_VALUES);