1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00
RIOT/tests/net/nanocoap_fs

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.