autoftp: Super-fast Micropython Development

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.
kevinkk525
Posts: 969
Joined: Sat Feb 03, 2018 7:02 pm

Re: autoftp: Super-fast Micropython Development

Post by kevinkk525 » Sun Mar 14, 2021 4:14 pm

jdts wrote:
Sun Mar 14, 2021 2:23 pm
Not if I add a -k (update: added as -k or --updelete):

autoftp host.local -p '*.mpy' -s '*.py, mpy-cross' -k '*.mpy'

[...]
Does this satisfy your use case?
[...]

PS: Give it a try.
This sounds great!

Will definitely give it a try. Thanks for your efforts
Kevin Köck
Micropython Smarthome Firmware (with Home-Assistant integration): https://github.com/kevinkk525/pysmartnode

jdts
Posts: 36
Joined: Mon Dec 23, 2019 2:55 pm

Re: autoftp: Super-fast Micropython Development

Post by jdts » Sat Mar 20, 2021 1:37 pm

Short update on autoftp: we patched uftpd to include a new SITE FTP command that allows you to exec python statements. autoftp v0.2 makes use of this to enable stopping & rerunning MicroPython modules in situ, automatically. Check out the new video to see it in action, or see the example project demonstrated in the video.

Post Reply