webrepl
webrepl copied to clipboard
More general client library
I'm looking to integrate webREPL client functionality into the mu editor; for this it would be nice to have a general purpose library that's easy to use from other python programs.
I've done this for sending/receiving files in #11; would like to add the actual REPL part to that library
What's known about webrepl API ideas and roadmap is included in README: https://github.com/micropython/webrepl/blob/master/README.md . From there, step by step movement in the needed direction can happen. The next step for 1.8.3 release is incompatible change to "get file" protocol, as was announced on the forum: http://forum.micropython.org/viewtopic.php?f=16&t=1689#p12514