AWS IoT Device SDK C: Fleet Provisioning
AWS IoT Fleet Provisioning
Return to main page ↑
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 DesignProvisioning library architecture
 DemoThe demos demonstrate the usage of the Provisioning library for 2 different Provisioning workflows:
 Demo ConfigurationConfiguration settings of the Provisioning demo
 TestsTests written for the Provisioning library
 Test ConfigurationConfiguration settings of the Provisioning system tests
 ConfigurationConfiguration settings of the Provisioning library
 FunctionsFunctions of the Provisioning library
 AwsIotProvisioning_InitOne-time initialization function for the Provisioning library.
 AwsIotProvisioning_CreateKeysAndCertificateRequests a new public-private key pair and certificate for the device from AWS IoT Core and invokes the provided user-callback with the response from the server.
 AwsIotProvisioning_CreateCertificateFromCsrRequests the AWS IoT Core service for a certificate by sending a Certificate-Signing Request, and invokes the provided user-defined response handler with the response it receives from the server.
 AwsIotProvisioning_RegisterThingRequests the AWS IoT Core service to register the device, and invokes the user-defined callback with the response it receives from the server.
 AwsIotProvisioning_CleanupOne-time deinitialization function for the Provisioning library.
 AwsIotProvisioning_strerrorReturns a string that describes an AwsIotProvisioningError_t.