Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.81 KB

libraries-sdks.md

File metadata and controls

45 lines (28 loc) · 2.81 KB
title description author ms.author ms.date ms.topic ms.service services ms.custom
IoT Hub Device Provisioning Service libraries and SDKs
Information about the device and service libraries available for developing solutions with Device Provisioning Service (CPS).
kgremban
kgremban
08/03/2022
reference
iot-dps
iot-dps
mvc

Microsoft SDKs for IoT Hub Device Provisioning Service

The Azure IoT Hub Device Provisioning Service (DPS) is a helper service for IoT Hub. The DPS package provides SDKs to help you build backend and device applications that leverage DPS to provide zero-touch, just-in-time provisioning to one or more IoT hubs. The SDKs are published in a variety of popular languages and handle the underlying transport and security protocols between your devices or backend apps and DPS, freeing developers to focus on application development. Additionally, using the SDKs provides you with support for future updates to DPS, including security updates.

There are three categories of software development kits (SDKs) for working with DPS:

  • DPS device SDKs provide data plane operations for devices. You use the device SDK to provision a device through DPS.

  • DPS service SDKs provide data plane operations for backend apps. You can use the service SDKs to create and manage individual enrollments and enrollment groups, and to query and manage device registration records.

  • DPS management SDKs provide control plane operations for backend apps. You can use the management SDKs to create and manage DPS instances and metadata. For example, to create and manage DPS instances in your subscription, to upload and verify certificates with a DPS instance, or to create and manage authorization policies or allocation policies in a DPS instance.

The DPS SDKs help to provision devices to your IoT hubs. Microsoft also provides a set of SDKs to help you build device apps and backend apps that communicate directly with Azure IoT Hub. For example, to help your provisioned devices send telemetry to your IoT hub, and, optionally, to receive messages and job, method, or twin updates from your IoT hub. To learn more, see Azure IoT Hub SDKs.

Device SDKs

[!INCLUDE iot-dps-sdks-device]

Embedded device SDKs

[!INCLUDE iot-dps-sdks-embedded]

Service SDKs

[!INCLUDE iot-dps-sdks-service]

Management SDKs

[!INCLUDE iot-dps-sdks-management]

Next steps

The Device Provisioning Service documentation provides tutorials and additional samples that you can use to try out the SDKs and libraries.