Skip to Content
Azure IoT Development Cookbook
book

Azure IoT Development Cookbook

by Yatish Patil
August 2017
Intermediate to advanced
254 pages
6h 10m
English
Packt Publishing
Content preview from Azure IoT Development Cookbook

Processing device-to-cloud messaging

Cloud-to-device messages are important for any IoT device, which are mainly focused on some feedback or maintenance of these IoT devices. We send cloud-to-device messages through a service-facing endpoint (/messages/devicebound). A device receives them through a device-specific endpoint (/devices/{deviceId}/messages/devicebound) and takes the appropriate action on the device side based on the logic developed for the device.

These communications make the device bidirectional; some examples of bi-directional commands could be to change the configuration for a device, these fields can be time interval the device sends the data, updating some local model, size information.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo

Publisher Resources

ISBN: 9781787283008Supplemental Content