Microsoft Azure IoTHub client libraries
Dependents: sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more
This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks
Diff: iothub_client_ll.c
- Revision:
- 10:38383e246675
- Parent:
- 9:3ec7e2695f98
- Child:
- 13:eeda9a817079
diff -r 3ec7e2695f98 -r 38383e246675 iothub_client_ll.c --- a/iothub_client_ll.c Tue Sep 22 20:36:48 2015 -0700 +++ b/iothub_client_ll.c Sat Sep 26 00:18:01 2015 -0700 @@ -123,7 +123,6 @@ { /* SRS_IOTHUBCLIENT_LL_12_010: [IoTHubClient_LL_CreateFromConnectionString shall fill up the IOTHUB_CLIENT_CONFIG structure using the following mapping: iotHubName = Name, iotHubSuffix = Suffix, deviceId = DeviceId, deviceKey = SharedAccessKey] */ const char* s_token = STRING_c_str(tokenString); - const char* s_value = STRING_c_str(valueString); if (strcmp(s_token, HOSTNAME_TOKEN) == 0) { /* SRS_IOTHUBCLIENT_LL_12_009: [IoTHubClient_LL_CreateFromConnectionString shall split the value of HostName to Name and Suffix using the first "." as a separator] */