Book Image

Azure IoT Development Cookbook

By : Yatish Patil
Book Image

Azure IoT Development Cookbook

By: Yatish Patil

Overview of this book

Microsoft’s end-to-end IoT platform is the most complete IoT offering, empowering enterprises to build and realize value from IoT solutions efficiently. It is important to develop robust and reliable solutions for your organization to leverage IoT services. This book focuses on how to start building custom solutions using the IoT hub or the preconfigured solution of Azure IoT suite. As a developer, you will be taught how to connect multiple devices to the Azure IoT hub, develop, manage the IoT hub service and integrate the hub with cloud. We will be covering REST APIs along with HTTP, MQTT and AMQP protocols. It also helps you learn Pre-Configured IoT Suite solution. Moving ahead we will be covering topics like:-Process device-to-cloud messages and cloud-to-device messages using .Net-Direct methods and device management-Query Language, Azure IoT SDK for .Net-Creating and managing, Securing IoT hub, IoT Suite and many more. We will be using windows 10 IoT core, Visual Studio, universal Windows platform. At the end, we will take you through IoT analytics and provide a demo of connecting real device with Azure IoT.
Table of Contents (10 chapters)

What you need for this book

This book assumes a basic level of complete with the Microsoft Azure platform, basic knowledge of cloud computing, and knowledge of how to implement a solution on Microsoft Azure. The book will go through a IoT Hub setup on the Azure environment, which may require an understanding of C# and cloud concepts. If you have experience of Microsoft Azure Services, this is an advantage. We will be covering both the IoT services and IoT device client sides with open source SDKs from Azure IoT.

Azure IoT SDK supports C, .NET, Java, and Node.js-based development. However, this book requires that you have experience with C# and .NET.

The minimum hardware requirements are as follows:

  • CPU: 4 cores
  • Memory: 8 GB RAM
  • Disk space: 80 GB

In this book, you will need the following software list:

  • Visual Studio 2015
  • Latest Azure SDK
  • Microsoft Azure Account

Internet connectivity is required to install the necessary .NET packages and the Azure IoT SDK.