The Satu file system is an Internet-aware file system for IoT systems, which has an emphasis on developer-frienliness and portability.
Currently, the only supported platform is RIOT OS.
WARNING: the Satu FS is under development and not ready for anyone and any use.
- File system running on low resources.
- Send stream data to a remote server.
- Buffer stream data when disconnected.
This repository contains the source code of the Satu FS, and a package for use with RIOT OS.
.
├── Documentation Documentation of the Satu FS
├── example A demo app for RIOT OS
├── port A port package for RIOT OS
│ └── fs The actual port
├── RIOT RIOT OS
└── satu Satu FS
We hope more OSs can be supported in the future, so we don't simply
mix /port with /satu.
See the contibutors page.
GPLv3. See COPYING. Note that this is a temporary decision and we
may change it in the future.