Simple Network FileSystem
  • C 89.8%
  • Makefile 6.1%
  • Nix 4.1%
Find a file
RatCornu 06a72c4b7c
feat: add basic client CLI
refactor: change the message format
chore: rename HELLO to HEARTBEAT
2026-07-03 18:31:01 +02:00
client feat: add basic client CLI 2026-07-03 18:31:01 +02:00
libsnfs feat: add basic client CLI 2026-07-03 18:31:01 +02:00
server feat: add basic client CLI 2026-07-03 18:31:01 +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 feat: add basic client CLI 2026-07-03 18:31:01 +02:00
LICENSE feat: add basic client CLI 2026-07-03 18:31:01 +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