Azure / iot-central-python-client

A Python SDK for connecting devices to Microsoft Azure IoT Central
MIT License
6 stars 9 forks source link

Differences with older version & micropython support #1

Closed bsecker closed 4 years ago

bsecker commented 4 years ago

Hey, I was wondering if you could provide some clarification between this version and 0.3.6 on pypi, which appears to be double the length of source code.

does this still have support for Micropython?

lucadruda commented 4 years ago

Version 0.3.6 is still using old format with simple mqtt (thus working with micropython as well) and no async support. From version 1.x we're wrapping official Azure IoT SDK in order to support multiple protocols, async communication and retry logic. Also we added tests and more detailed documentation. There will be a separate release for Micropython under upypi in the next days. Meanwhile you can continue to use last supported version (0.3.9) still working on constrained devices.

bsecker commented 4 years ago

Awesome! Looking forward to the release :-) Will the source be released under the iot-for-all group?

lucadruda commented 4 years ago

Yes it will.