Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Azure IoT Development Cookbook

You're reading from  Azure IoT Development Cookbook

Product type Book
Published in Aug 2017
Publisher Packt
ISBN-13 9781787283008
Pages 254 pages
Edition 1st Edition
Languages
Author (1):
Yatish Patil Yatish Patil
Profile icon Yatish Patil

Table of Contents (10) Chapters

Preface 1. Getting Started with the Azure IoT Platform 2. Introducing Device Management 3. IoT Hub Messaging and Commands 4. Azure IoT Communication Protocols 5. Azure IoT Hub Security and Best Practices 6. IoT Suite and Pre-Configured Solutions 7. Azure IoT Analytics 8. Using Real Devices to Connect and Implement Azure IoT Hub 9. Managing the Azure IoT Hub

Message Queuing Telemetry Transport Protocol (MQTT)

MQTT targets device data collection. It is mainly used for telemetry, or remote monitoring purposes. MQTT collects data from many devices and transports that data to backend IoT services using publish and subscribe technique.

Getting started

Currently, IoT Hub offers two ways of implementing the MQTT protocol. The first option is to use the IoT Hub device SDK itself. This is suitable if you can easily write the code on the device side.

Secondly, you might face challenges in using IoT device SDK and writing the code on the device; especially if you have old devices in the fields. The solution is to use the MQTT protocol directly.

Let's try the option with IoT Hub device...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}