const vfs_file_system_t nanocoap_fs_file_system
nanoCoAP file system driver
 
#define CONFIG_SOCK_URLPATH_MAXLEN
maximum length path for sock_urlsplit()
 
Mutex for thread synchronization.
 
nanoCoAP remote dir struct
 
uint32_t offset
current directory element
 
nanoCoAP remote file struct
 
uint32_t offset
offset into the file
 
nanoCoAP file system configuration
 
nanocoap_sock_t sock
connection to the remote server
 
mutex_t lock
lock for common urlbuf
 
const char * url
base URL of the remote fs