Dieter Graef / Mbed 2 deprecated STM32F746_iothub_client_sample_mqtt

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

Files at this revision

API Documentation at this revision

Comitter:
AzureIoTClient
Date:
Mon May 09 14:38:32 2016 -0700
Parent:
6:02304619a9fa
Child:
8:1f354a2ea8c6
Commit message:
1.0.6

Changed in this revision

azure_c_shared_utility.lib Show annotated file Show diff for this revision Revisions of this file
azure_umqtt_c.lib Show annotated file Show diff for this revision Revisions of this file
iothub_client.lib Show annotated file Show diff for this revision Revisions of this file
iothub_client_sample_mqtt.c Show annotated file Show diff for this revision Revisions of this file
iothub_mqtt_transport.lib Show annotated file Show diff for this revision Revisions of this file
--- a/azure_c_shared_utility.lib	Sun Apr 24 16:42:15 2016 -0700
+++ b/azure_c_shared_utility.lib	Mon May 09 14:38:32 2016 -0700
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/AzureIoTClient/code/azure_c_shared_utility/#9190c0f4d23a
\ No newline at end of file
+https://developer.mbed.org/users/AzureIoTClient/code/azure_c_shared_utility/#20b88da3e604
\ No newline at end of file
--- a/azure_umqtt_c.lib	Sun Apr 24 16:42:15 2016 -0700
+++ b/azure_umqtt_c.lib	Mon May 09 14:38:32 2016 -0700
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/AzureIoTClient/code/azure_umqtt_c/#8dba42ff9701
\ No newline at end of file
+https://developer.mbed.org/users/AzureIoTClient/code/azure_umqtt_c/#f3140ae5c35c
\ No newline at end of file
--- a/iothub_client.lib	Sun Apr 24 16:42:15 2016 -0700
+++ b/iothub_client.lib	Mon May 09 14:38:32 2016 -0700
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/AzureIoTClient/code/iothub_client/#2719651a5bee
\ No newline at end of file
+https://developer.mbed.org/users/AzureIoTClient/code/iothub_client/#1a94db9139ea
\ No newline at end of file
--- 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;
--- a/iothub_mqtt_transport.lib	Sun Apr 24 16:42:15 2016 -0700
+++ b/iothub_mqtt_transport.lib	Mon May 09 14:38:32 2016 -0700
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/AzureIoTClient/code/iothub_mqtt_transport/#9db4da50abaa
\ No newline at end of file
+https://developer.mbed.org/users/AzureIoTClient/code/iothub_mqtt_transport/#40f482ed0be8
\ No newline at end of file