…
|
||
---|---|---|
.. | ||
prov_sc_bulk_operation_sample | ||
prov_sc_enrollment_group_sample | ||
prov_sc_individual_enrollment_sample | ||
prov_sc_query_sample | ||
CMakeLists.txt | ||
readme.md |
readme.md
Samples for the Azure IoT Device Provisioning Service Client
Overview
This folder contains simple samples showing how to use the features of the Microsoft Azure IoT Hub Device Provisioning Service from a back-end application running C code, using the Azure IoT C SDK.
Prerequisites
In order to run the samples, you will first need to do the following:
How to compile and run the samples
This document describes in detail how to prepare your development environment on Linux, Windows, and other platforms. When compiling, use the flag -Duse_prov_client=ON
to enable the Provisioning Service Client.
List of Samples
- Individual Enrollment - Create, update, get and delete Individual Enrollments on the Provisioning Service.
- Enrollment Group - Create, update, get and delete Enrollment Groups on the Provisioning Service.
- Bulk Enrollment - Run bulk enrollment operations for Individual Enrollments on the Provisioning Service.
- Query - Run a query operation on the Provisioning Service