Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
Revision 7:02bc67ebbe23, committed 2016-05-09
- 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
--- 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
