rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.51k stars 401 forks source link

Will REMI run on embedded devices with CircuitPython or MicroPython? #502

Closed harwalan closed 1 year ago

dddomodossola commented 1 year ago

I don't know. The embedded device family is so vast that I can imagine remi could work on some devices and not on others. MicroPython implements a small subset of python libraries, and remi uses networking features that typically are not suited for small circuits. So probably remi will not work on micropython. The same should be for CircuitPython. Differently, remi will work without problem on SBCs like RaspberryPi.

Have a nice day, Davide