1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net/nanocoap_fs
2024-05-29 11:32:22 +02:00
..
main.c tests/nanocoap_fs: add test for nanoCoAP fs 2024-05-29 11:32:22 +02:00
Makefile tests/nanocoap_fs: add test for nanoCoAP fs 2024-05-29 11:32:22 +02:00
Makefile.ci tests/nanocoap_fs: add test for nanoCoAP fs 2024-05-29 11:32:22 +02:00
README.md tests/nanocoap_fs: add test for nanoCoAP fs 2024-05-29 11:32:22 +02:00

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.