Simple Network FileSystem
- C 89.8%
- Makefile 6.1%
- Nix 4.1%
|
|
||
|---|---|---|
| client | ||
| libsnfs | ||
| server | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Simple Network FileSystem
This is a C implementation of SNFS, a simple filesystem over the network.
It is currently experimental.
License
Licensed under GPL-3.0-or-later
Tools and inspiration
- The code to of
server/log.candserver/log.his originally from this project: https://github.com/rxi/log.c.