1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/tests/net/nanocoap_fs/README.md

12 lines
433 B
Markdown
Raw Normal View History

# nanoCoAP remote fs example
This allows to mount a remote fs that was exported via e.g. `nanocoap_fileserver`
or `aiocoap-fileserver`.
The test provides a `mount` command to mount a remote fs at a local mount point:
mount coap://[fe80::607f:b1ff:fef7:689c]/vfs /coap
This will mount the `vfs/` resource on the remote server as a local `/coap/`
directory. This can then be interacted with normal `vfs` commands such as `ls`.