webrepl icon indicating copy to clipboard operation
webrepl copied to clipboard

More general client library

Open eduvik opened this issue 8 years ago • 2 comments

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.

eduvik avatar Aug 04 '16 05:08 eduvik

I've done this for sending/receiving files in #11; would like to add the actual REPL part to that library

eduvik avatar Aug 05 '16 09:08 eduvik

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

pfalcon avatar Aug 06 '16 19:08 pfalcon