|
AWS IoT Device SDK C:
Fleet Provisioning
AWS IoT Fleet Provisioning
|
| Return to main page ↑ |
| Design | Provisioning library architecture |
| ▼Demo | The demos demonstrate the usage of the Provisioning library for 2 different Provisioning workflows: |
| Demo Configuration | Configuration settings of the Provisioning demo |
| ▼Tests | Tests written for the Provisioning library |
| Test Configuration | Configuration settings of the Provisioning system tests |
| Configuration | Configuration settings of the Provisioning library |
| ▼Functions | Functions of the Provisioning library |
| AwsIotProvisioning_Init | One-time initialization function for the Provisioning library. |
| AwsIotProvisioning_CreateKeysAndCertificate | Requests 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_CreateCertificateFromCsr | Requests 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_RegisterThing | Requests the AWS IoT Core service to register the device, and invokes the user-defined callback with the response it receives from the server. |
| AwsIotProvisioning_Cleanup | One-time deinitialization function for the Provisioning library. |
| AwsIotProvisioning_strerror | Returns a string that describes an AwsIotProvisioningError_t. |