uPydev - Command line tool for wireless Micropython devices

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
cgglzpy
Posts: 47
Joined: Thu Jul 18, 2019 4:20 pm

uPydev - Command line tool for wireless Micropython devices

Post by cgglzpy » Wed Aug 14, 2019 3:55 pm

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.

rpr
Posts: 99
Joined: Sat Oct 27, 2018 5:17 pm

Re: uPydev - Command line tool for wireless Micropython devices

Post by rpr » Wed Aug 14, 2019 4:21 pm

This looks like a very comprehensive and useful tool. I will try it with my esp32 and esp8266 boards.

rpr
Posts: 99
Joined: Sat Oct 27, 2018 5:17 pm

Re: uPydev - Command line tool for wireless Micropython devices

Post by rpr » Thu Aug 15, 2019 5:23 am

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.

Post Reply