Simple Network FileSystem
  • C 94.3%
  • Makefile 3.6%
  • Nix 2.1%
Find a file
2026-07-10 17:36:54 +02:00
client feat: start implementation of STAT command 2026-07-10 17:36:54 +02:00
libsnfs feat: start implementation of STAT command 2026-07-10 17:36:54 +02:00
server feat: start implementation of STAT command 2026-07-10 17:36:54 +02:00
.gitignore feat: add hello message and basic client 2026-06-26 18:12:28 +02:00
flake.lock initial commit 2026-05-17 19:22:32 +02:00
flake.nix chore: serialization with new file format 2026-07-08 01:13:18 +02:00
LICENSE feat: add basic client CLI 2026-07-07 19:04:26 +02:00
Makefile feat: add hello message and basic client 2026-06-26 18:12:28 +02:00
README.md feat: add log functions and trim trailing newline 2026-05-17 20:57:16 +02:00

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