Page 1 of 1

uPydev - Command line tool for wireless Micropython devices

Posted: Wed Aug 14, 2019 3:55 pm
by cgglzpy
Hi, I've been working on a command line tool for 'wireless Micropython devices' that make use of the WebREPL protocol to provide communication with and control of the device. See https://github.com/Carglglz/upydev for detailed information.

It's on PYPI, so it can be installed with 'pip install upydev'.

The project is still in ALPHA state, but I think it's ready for you to test it.

I hope you find it useful.

Cheers.

Re: uPydev - Command line tool for wireless Micropython devices

Posted: Wed Aug 14, 2019 4:21 pm
by rpr
This looks like a very comprehensive and useful tool. I will try it with my esp32 and esp8266 boards.

Re: uPydev - Command line tool for wireless Micropython devices

Posted: Thu Aug 15, 2019 5:23 am
by rpr
I have used it in a somewhat limited fashion and I like it. Being able to create groups and access individual boards is a nice feature. It will really help in management of network of micropython boards.