azure-iot-sdk-python
azure-iot-sdk-python copied to clipboard
A Python SDK for connecting devices to Microsoft Azure IoT services
# Context - Using Azure IoT Edge 1.4 - **OS and version used:** Ubuntu 20.04 - **Python version:** 3.9 ## Description of the issue Hello guys, HI have been having...
First, this is a proof of concept of the implementation. It is stable and we are actively using it in our current project. However, we believe it is necessary to...
## Checklist - [x] I have read the [contribution guidelines](https://github.com/Azure/azure-iot-sdk-python/.github/CONTRIBUTING.md). - [ ] I added or modified the existing tests to cover the change (we do not allow our test...
# Context - **OS and version used:** Linux version 6.1.21-v8+ - **Python version:** 3.9.2 - **pip version:** 24.2 - **list of installed packages:** ``` Package Version ------------------- ----------- async-timeout 4.0.3...
# Thank you for helping us improve the Azure IoT Python SDK! ## Need Support - **Have a feature request for SDKs?** Please post it on [User Voice](https://feedback.azure.com/forums/321918-azure-iot) to help...
I'm using this SDK with python3.13, and then by accident saw that its officially supported up to python3.12. Better to deploy it on our devices together with python3.12 I guess?
Hello, My team and I use the method invocation feature of Azure IoT Edge and sporadically get the exception ClientError: Unexpected failure when using invoke_methode. It will run fine for...
# Context OS info: Raspbian GNU/Linux 11 (bullseye) Python version: Python 3.9.2 pip version: pip 20.3.4 version taken from requirements.txt: azure-iot-device==2.12.0 # Description In our product we use the azure-iot-device...
# Context - **OS and version used:** Ubuntu 24.04 - **Python version:** Python 3.12.3 - **pip version:** pip 24.2 - **list of installed packages:** NA - **cloned repo:** NA ##...
**Is your feature request related to a problem? Please describe.** It seems like sync libs are being used and tossed onto OS threads, are there any plans to use asyncio...