webrepl
webrepl copied to clipboard
WebREPL client and related tools for MicroPython
* Added text flag to ws.write for sending text (terminal) messages. * Rewrite of help. * Rewrite of parsing.
connecting after a reset works fine. any reset while within webrepl does not reestablish the connection and hangs. need to reload webrepl and login again. i know the 8266 is...
it would be easier for us in the python world to use it
If I could make a suggestion or two - which would improve this a treat.. On Windows when testing.. If I hit refresh - the address goes back to 192.168.4.1...
I am trying to paste text into the terminal. Whether I am on paste mode or not (for a single line) I can not paste the text. I am in...
If one attempts to `GET` a non-existent file, the webrepl connection crashes. (It disconnects.) On the UART the following message is printed: `dupterm: Exception in read() method, deactivating: OSError: [Errno...
When used Get a file it will show: "Got boot.py, 160 bytes" but file will not be downloaded. In console it will print this warning: Non user-triggered activations of anchors...
After connecting and authenticating, get the version after receiving the first message that contains `WebREPL connected` and slap it in a ``.  First steps towards something more useful.
I know these can be performed over via the REPL, but so can the get_file and put_file commands; it would be nice to have the basic filesystem primitives running over...
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...