August 2017
Intermediate to advanced
254 pages
6h 10m
English
IoT Hub SDK provides easy options to select between the protocols available. We would need to decide which protocol we like to use for device communication with IoT Hub. 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 IoT client SDKs will be required on the device side to be implemented to use the Azure IoT device SDKs.
Once the device gets connected with the hub and ingests the data, it is available for the IoT solution to pull this and process some data that could need to be transformed to proceed further. Sometimes it can be used through stream analytics to provide some real-time analytics ...