unbd -- network block device over wifi #11095
pulkin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a small project to streamline development of relatively large applications in micropython. Basically, it does one thing: it mounts your folder with sources (or any other data) as a remote block device on your wifi-enabled micropython bare metal. Thus, ESP8266 or ESP32 supported only.
https://github.com/pulkin/unbd
This evolved from rshell rsync and mpremote mount. The former eventually degrades filesystem and flash memory while the latter is simply too slow.
Beta Was this translation helpful? Give feedback.
All reactions