Azure / iot-central-micropython-client

A micropython SDK for connecting devices to Microsoft Azure IoT Central
MIT License
13 stars 12 forks source link

Add File Upload functionality #6

Open sebastianneubauer opened 9 months ago

sebastianneubauer commented 9 months ago

Hi, would it be possible to implement the file upload feature from Azure IoT Central: https://learn.microsoft.com/en-us/azure/iot-central/core/howto-configure-file-uploads https://learn.microsoft.com/en-us/azure/iot-central/core/howto-upload-file-rest-api

It would be really helpful for many use-cases, e.g. upload images from cameras, or audio recordings.

With some guidance on how to implement it I might be able to come up with a PR.