tree: 6a9b6641471195b24779a5f3a8b31931a4ebf2d9 [path history] [tgz]
  1. libFileServer-client/
  2. src/
  3. CMakeLists.txt
  4. FileServer.camkes
  5. README.md
components/FileServer/README.md

FileServer

This is a CAmkES component that is intended to multiplex client accesses to a CPIO archive.

Dependencies

There are currently no dependencies for this component.

Usage

For clients to use the functionality exposed by the component, the clients will need to be connected to this CAmkES interface using the seL4RPCDataport connector.

provides FileServerInterface fs_ctrl;

Supported platforms

This component is supported on all platforms.

Limitations

This component is currently only able to serve files from a memory-backed CPIO archive. Thus, the amount of files that it can serve is limited to the size of memory.