port of the azure client sample mqtt for the NUCLEO STM32F746ZG platform

Dependencies:   F7_Ethernet NTPClient azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport mbed-rtos mbed wolfSSL

Fork of iothub_client_sample_mqtt by Azure IoT

Revision:
7:02bc67ebbe23
Parent:
6:02304619a9fa
Child:
10:f77bb0044e11
--- a/iothub_client_sample_mqtt.c	Sun Apr 24 16:42:15 2016 -0700
+++ b/iothub_client_sample_mqtt.c	Mon May 09 14:38:32 2016 -0700
@@ -15,6 +15,9 @@
 #include "certs.h"
 #endif // MBED_BUILD_TIMESTAMP
 
+/*String containing Hostname, Device Id & Device Key in the format:                         */
+/*  "HostName=<host_name>;DeviceId=<device_id>;SharedAccessKey=<device_key>"                */
+/*  "HostName=<host_name>;DeviceId=<device_id>;SharedAccessSignature=<device_sas_token>"    */
 static const char* connectionString = "[device connection string]";
 
 static int callbackCounter;