webrepl icon indicating copy to clipboard operation
webrepl copied to clipboard

WebREPL client and related tools for MicroPython

Results 50 webrepl issues
Sort by recently updated
recently updated
newest added

There are many interesting pull requests on this project, however there is no activity on the master branch for 3 years. So I would like to know the status of...

Feature to send multiple files: It might struggle if the network is busy. Open for criticism

With this, the `webrepl_cli.py` script can be used to access the REPL, eg: ``` $ ./webrepl_cli.py -p x 192.168.4.1 op:repl, host:192.168.20.27, port:8266, passwd:x. Remote WebREPL version: (1, 17, 0) Use...

It would be super useful to have the same place to access the device via a WebREPL if that has been set up, or directly via a serial port if...

currently when my ESP32 board get a soft reset the USB and network connection is maintained during the soft reboot but the webrepl is lost and need to be restarted...

I prototyped a python library for my raspberry pi that can talk to WebREPL on an ESP8266 dev board. This helps me do home automation. Is [this](https://github.com/xg590/pyWebREPL/blob/main/misc/pyWebREPL_blink.ipynb) helpful?

The server serving micropython.org is configured to send a HSTS header. This means all connections are forcibly upgraded to TLS (which in general is a good thing). However the webrepl...

Just what it says on the tin! Note this is probably not super-robust as it depends on "ctrl-c" followed by "ctrl-d" being an effective reset code. It seems to work...

I've updated the webrepl client with a bootstrap UI. Bonus animated background.

Hi guys I need to test webrepl out for an assigment. I do not have a board at my disposal and want to use the unix port of micropython. I...