NextGenXR / Azure-IoT-Development-Cookbook

Azure IoT Development Cookbook, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure IoT Development Cookbook

This is the code repository for Azure IoT Development Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the 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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

try
 {
 device = await registryManager.GetDeviceAsync(deviceId);
 }

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.

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787283008

About

Azure IoT Development Cookbook, published by Packt

License:MIT License


Languages

Language:C# 84.0%Language:C++ 16.0%