Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

µC/HTTPs is compliant with the all available browser for computer system. It was written for target systems running µC/OS-II or µC/OS-III, and µC/TCP-IP. This section describes the µC/HTTPs usage.

Table of Contents

Interface with FS

The sample application that comes with µC/HTTPs assumes the presence of µC/FS, as mentioned in See Directories and Files. It is possible to port µC/HTTPs so it is used with other file system by providing an appropriate implementation of apps_fs.c and apps_fs.h . Example template files to port the file system are available in the uC-HTTPs\FS\Template directory.

...