pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 378 forks source link

OTA Update - ssl, domain & authentication #68

Open tobz-nz opened 5 years ago

tobz-nz commented 5 years ago

I'd like to suggest that the OTA class should connect over a secure socket, and for ease of use be able to use a domain instead of just an IP address.

Oh - also, support for Basic Auth or some kind of authentication as well. This is pretty important to protect our code.

I'm happy to work on implementing these features.

danspndl commented 5 years ago

Hi @tobz-nz 👋

Thank you for the great suggestions! Feel free to work on these and open a pull request once you're done. Let us know if you have any questions!