You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS IoT Device SDK for Python v2 connects your Python applications and devices to AWS IoT. It handles the complexities of secure communication, authentication, and device management so you can focus on your IoT solution. The SDK makes it easy to use AWS IoT services like Device Shadows, Jobs, and Fleet Provisioning.
5
+
The AWS IoT Device SDK for Python v2 connects your Python applications and devices to the AWS IoT platform. It handles the complexities of secure communication, authentication, and device management so you can focus on your IoT solution. The SDK makes it easy to use AWS IoT services like Device Shadows, Jobs, and Fleet Provisioning.
6
6
7
7
**Supported Platforms**: Linux, Windows, macOS
8
8
@@ -26,13 +26,13 @@ The primary purpose of the AWS IoT Device SDK for Python v2 is to simplify the p
26
26
* Built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html) for high performance and minimal footprint
27
27
* Secure device connections to AWS IoT Core using MQTT protocol including MQTT 5.0
28
28
* Support for [multiple authentication methods and connection types](./documents/MQTT5_Userguide.md#how-to-create-an-mqtt5-client-based-on-desired-connection-method)
29
-
*First-class support for AWS IoT Core services
29
+
*Integrated service clients for AWS IoT Core services
30
30
31
31
#### Supported AWS IoT Core services
32
32
33
-
* The [AWS IoT Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) service adds shadows to AWS IoT thing objects.
34
-
* The [AWS IoT Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)allows to define a set of remote operations that can be sent to and run on one or more devices connected to AWS IoT.
35
-
* The [AWS IoT fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html)can generate and securely deliver device certificates and private keys to IoT devices when they connect to AWS IoT for the first time.
33
+
* The [AWS IoT Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) service manages device state information in the cloud.
34
+
* The [AWS IoT Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)service sends remote operations to connected devices.
35
+
* The [AWS IoT fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html)service generates and delivers device certificates automatically.
0 commit comments