-
Notifications
You must be signed in to change notification settings - Fork 2.1k
nanocoap_fs: add nanoCoAP as VFS backend (remote CoAP fs) #20687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is surprisingly small for the feature it provides :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Maybe make the CI happy regarding the line length limit?
Thank you for the quick review! |
Contribution description
With
aiocoap-fileserver
/nanocoap_fileserver
we can export a local fs via CoAP.This adds a module that does the opposite: Locally mount a remote filesystem that was exported via CoAP.
Testing procedure
aiocoap-fileserver
in a directory of your choicetests/net/nanocoap_fs
:Issues/PRs references
requires #20688 when
nanocoap_fileserver
is used as the server.