Interface with File System
The sample application that comes with µC/HTTPs assumes the presence of a file system port in µC/TCPIP. It is possible to port µC/HTTPs so it is used with other file system by providing an appropriate implementation of net_fs.c
and net_fs.h
. Example template files to port the file system are available in the uC-TCPIP-V2\FS\Template
directory. Please refer to section μC/TCP-IP Network File System Abstraction Layer of µC/TCPIP Users’s Manual.