Skip to content

dciliske/azure-iot-sdks

 
 

Repository files navigation

Microsoft Azure IoT SDKs

This repository contains 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.

Visit http://azure.com/iotdev to learn more about developing applications for Azure IoT.

Microsoft Azure IoT device SDKs

The Microsoft Azure IoT device SDKs contain code that facilitate building devices and applications that connect to and are managed by Azure IoT Hub services.

Devices and data sources in an IoT solution can range from a simple network-connected sensor to a powerful, standalone computing device. Devices may have limited processing capability, memory, communication bandwidth, and communication protocol support. The IoT device SDKs enable you to implement client applications for a wide variety of devices.

This repository contains the following IoT device SDKs:

Each language SDK includes sample code and documentation in addition to the library code.

OS platforms and hardware compatibility

Azure IoT device SDKs can be used with a broad range of OS platforms and devices. See OS Platforms and hardware compatibility.

Microsoft Azure IoT service SDKs

The Azure IoT Service SDKs help you to build applications that interact with your devices and manage device identities in your IoT hub.

Note: To manage an IoT hub using a .NET application, use the Microsoft.Azure.Devices NuGet package.

Additional resources

In addition to the language SDKs, this repository (azure-iot-sdks) contains the following folders:

/build

This folder contains various build scripts to build the libraries.

/doc

This folder contains the following documents that are relevant to all the language SDKs:

  • Set up IoT Hub describes how to configure your Azure IoT Hub service.
  • FAQ contains frequently asked questions about the SDKs and libraries.
  • OS Platforms and hardware compatibility describes the SDK compatibility with different OS platforms as well as specific device configurations.

/tools

This folder contains tools you will find useful when you are working with IoT Hub and the device SDKs.

  • iothub-explorer: describes how to use the iothub-explorer node.js tool to provision a device for use in IoT Hub.
  • Device Explorer: this tool enables you to perform operations such as manage the devices registered to an IoT hub, view device-to-cloud messages sent to an IoT hub, and send cloud-to-device messages from an IoT hub. Note this tool only runs on Windows.

About

SDKs for a variety of languages and platforms that help connect devices to Microsoft Azure IoT services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 32.8%
  • C++ 26.3%
  • C 14.5%
  • C# 12.0%
  • Java 9.3%
  • CSS 3.5%
  • Other 1.6%