aws-iot-device-sdk-python-v2
Next generation AWS IoT Client SDK for Python using the AWS Common Runtime
File Explorer
Download Latest Version (.zip)- crt-ci-test.py
- bug-report.yml
- config.yml
- documentation.yml
- feature-request.yml
- aws-service-sanity-check.yml
- ci.yml
- closed-issue-message.yml
- handle-stale-discussions.yml
- issue-regression-labeler.yml
- release.yml
- stale-issue.yml
- PULL_REQUEST_TEMPLATE.md
- __init__.py
- client.py
- clientv2.py
- model.py
- __init__.py
- _iot_metrics.py
- eventstreamrpc.py
- greengrass_discovery.py
- iotidentity.py
- iotjobs.py
- iotshadow.py
- mqtt5_client_builder.py
- mqtt_connection_builder.py
- pip-install-with-retry.py
- publish-to-prod-pypi.yml
- publish-to-test-pypi.yml
- test-prod-pypi.yml
- test-test-pypi.yml
- test-version-exists.sh
- test-version-exists.yml
- custom.css
- .gitkeep
- .gitkeep
- awsiot.rst
- eventstreamrpc.rst
- greengrass_discovery.rst
- greengrasscoreipc.rst
- iotidentity.rst
- iotjobs.rst
- iotshadow.rst
- mqtt5_client_builder.rst
- mqtt_connection_builder.rst
- conf.py
- index.rst
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- DEVELOPING.md
- FAQ.md
- LICENSE
- MIGRATION_GUIDE.md
- MQTT5_Userguide.md
- NOTICE
- PREREQUISITES.md
- basic_discovery.md
- basic_discovery.py
- ipc_greengrass.md
- ipc_greengrass.py
- mqtt5_aws_websocket.md
- mqtt5_aws_websocket.py
- mqtt5_custom_auth.md
- mqtt5_custom_auth_signed.py
- mqtt5_custom_auth_unsigned.py
- mqtt5_pkcs11_connect.md
- mqtt5_pkcs11_connect.py
- mqtt5_x509.md
- mqtt5_x509.py
- fleet_provisioning_basic.md
- fleet_provisioning_basic.py
- fleet_provisioning_csr.md
- fleet_provisioning_csr.py
- jobs.md
- jobs.py
- shadow.md
- shadow.py
- README.md
- mqtt3_fleet_provisioning_cfg.json
- mqtt3_fleet_provisioning_with_csr_cfg.json
- mqtt3_jobs_cfg.json
- mqtt3_named_shadow_cfg.json
- mqtt3_shadow_cfg.json
- mqtt5_fleet_provisioning_cfg.json
- mqtt5_fleet_provisioning_with_csr_cfg.json
- mqtt5_jobs_cfg.json
- mqtt5_named_shadow_cfg.json
- mqtt5_shadow_cfg.json
- test_fleet_provisioning.py
- test_jobs_execution.py
- test_shadow_update.py
- fleet_provisioning.py
- jobs.py
- shadow_update.py
- __init__.py
- client.py
- clientv2.py
- model.py
- __init__.py
- test_get_metrics.py
- test_ggv2.py
- test_identity.py
- test_jobs.py
- test_mqtt.py
- test_mqtt5.py
- test_rpc.py
- test_samples.py
- test_shadow.py
- test_shadow_state.py
- check_codegen_edits.py
- ci-aws-doc-links.txt
- ci_iot_thing.py
- delete_iot_thing_ci.py
- mqtt5_test_setup.sh
- parse_cert_set_result.py
- publish-release.sh
- run_in_ci.py
- run_sample_ci.py
- test_cleanup.sh
- test_setup.sh
- update_semantic_version.py
- .gitignore
- builder.json
- make-docs.py
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/aws/aws-iot-device-sdk-python-v2
Downloads the entire project code from GitHub to your computer.
cd aws-iot-device-sdk-python-v2
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m pip install awsiotsdk
Installs the Python libraries listed in requirements.txt (or similar).
python -m pip install awsiotsdk
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
