arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

Embedded (C/C++) port? #94

Closed jshep321 closed 2 years ago

jshep321 commented 3 years ago

Hi, Any insight or thoughts on porting this functionality to allow for execution on an embedded arduino, esp32, etc? I haven't looked through the code but I assume the only "heavy lifting" parts would be https encryption, which works fine on these types of MCUs? Thanks!

ehendrix23 commented 2 years ago

Definitely not something I would be doing, but the code is open source so anyone can review and do a port. Only other option would be to compile the python but not sure if it is available for the platforms you're requesting.