Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
tomquisel edited this page Sep 10, 2012 · 12 revisions

sfslite

sfslite is a stripped-down version of the SFS asynchronous development libraries, maintained as part of the OKWS port. It's very portable and doesn't assume the existence of any thread packages. It also comes bundled with the Tame programming tool and libraries, which simplifies event programming.

This is the main documentation center for the sfslite librares. Feel free to contribute to it.

The SFS Programming Libraries

The SFS programming libraries were originally written by David Mazières for the Self-Certifying FileSystem (see www.fs.net). OKWS does not require the whole SFS system (though it is compatible with it); rather, it just requires the SFS programming libraries (made available here).

sfslite has libraries for:

  • asynchronous networking programming
  • asynchronous RPC programming (using SUN RPC)
  • cryptography

Table of Contents

Other Resources

Clone this wiki locally