August 2017
Intermediate to advanced
254 pages
6h 10m
English
IoT Hub SDK provides easy options to select between the communication protocols that we would like to make the device communicate with the IoT Hub cloud-based solutions. In this case, the simulator code is making use of IoT device SDKs to send the telemetry data using AMQP protocol. We need to define the transport type while making the connection. These SDKs will be required on the device side to be implemented to use the Azure IoT device SDK.
Once the IoT device gets connected with the IoT Hub and starts ingesting the data, it is available for IoT solution to pull these messages and process some data that could need to transformed before it proceeds further to the next step. Sometimes, it can be used through the stream analytics ...