SW Service/Azure/IoT Suite

From ESS-WIKI
Jump to: navigation, search

Introduction

The Azure IoT Suite offers preconfigured solutions built on Microsoft’s cloud platform. It takes advantage of all the relevant Azure capabilities to connect devices and other assets (i.e. “things”), capture the diverse and voluminous data they generate, integrate and orchestrate the flow of that data, and manage, analyze and present it as usable information to the people who need it to make decisions as well as intelligently automate operations.

To learn more about Microsoft Azure IoT Suite, visit the official website.

Microsoft Azure IoT SDKs

Microsoft Azure IoT SDKs contain both IoT device SDKs and IoT service SDKs. Device SDKs enable you connect client devices to Azure IoT Hub. Service SDKs enable you to manage your IoT Hub service instance.

Users can download Microsoft Azure IoT SDKs from github.

Microsoft Azure IoT device SDKs

Microsoft Azure IoT device SDKs contain code that facilitate building devices and applications that connect to and are managed by Azure IoT Hub services. It contains the following IoT device SDKs:

  • Azure IoT device SDK for .NET
  • Azure IoT device SDK for C
  • Azure IoT device SDK for Node.js
  • Azure IoT device SDK for Java

Microsoft Azure IoT service SDKs

The Azure IoT Service SDKs help users to build applications that interact with devices and manage device identities in IoT hub. It contains the following IoT service SDKs:

  • Azure IoT service SDK for .Net
  • Azure IoT service SDK for Node.js
  • Azure IoT service SDK for Java

External links

Microsoft Azure official website

Microsoft Azure IoT Suite official website

Microsoft Azure IoT SDKs source codes

Microsoft Azure IoT Suite portal

Microsoft Azure IoT Suite tutorial