Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Azure IoT Device SDK for Python v2.0.0-preview.8

Compare
Choose a tag to compare
@olivakar olivakar released this 17 Jul 23:20
· 28 commits to master since this release

Code Examples

https://github.com/Azure/azure-iot-sdk-python-preview/tree/azure-iot-device-2.0.0-preview.8/azure-iot-device/samples

Current SDK features

  • Device & Module clients (including IoT Edge support)
  • Authentication using
    • SAS token
    • Connection String
    • X509
    • Edge Environment
  • Telemetry
  • C2D messages
  • Input/output for IoT Edge
  • Direct Methods
  • Twins
  • Edge local debugging capability using the vs code extension

Not supported yet

  • File Upload
  • Invoke Method