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

Using MQTT .NET library to communicate with IoT Hub

MQTT is a Machine-to-Machine (M2M) client server publish/subscribe messaging transport protocol. It is a lightweight, low-bandwidth, high-latency network, and easy to implement connectivity protocol.

The key benefits of MQTT protocol are:

  • Simple to implement
  • Provide Quality of Service (QoS) data delivery
  • Lightweight and bandwidth efficient

MQTT protocol can connects multiple devices using the publish/subscribe mechanism to collect data from many devices. The MQTT, targets device data collection mainly for telemetry or remote monitoring purposes. It then transports that data to the backend central system using publish/subscribe mechanism.

In this recipe, we will understand the MQTT protocol ...

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