···12121313- [x] Message parsing
1414- [ ] Client implementation
1515- + [x] Establishing connection
1515+ + [ ] Establishing connection
1616 + [ ] Tree walking
1717 + [ ] IO server implementation for reading/writing files
1818 + [ ] File/directory creation
···2121- [ ] Server implementation
2222 + [x] Establishing connection
2323 + [x] Tree walking
2424- + [ ] File/directory creation
2525- + [ ] File/directory deletion
2424+ + [x] File/directory creation
2525+ + [x] File/directory deletion
2626 + [x] File stats
2727- + [ ] Customisable FS implementations
2727+ + [x] Customisable FS implementations
28282929### Example FS
30303131-- [ ] UnixFs - which will simply allow accessing some "real" directory in
3232- system FS
3333-3434- **WIP**: Implemented directory reading and file reading.
3535-- [ ] ErlProcFS - which will expose Erlang process tree and other internal data
3636- via API similar to `procfs` from Linux
3131+- [x] UnixFs - which will simply allow accessing some "real" directory in
3232+ system FS. **WIP**: Implemented directory traversal, file
3333+ writing/reading/deletion, but so far no file nor directory creation.
3434+- [x] ErlProcFS - which will expose Erlang process tree and other internal data
3535+ via API similar to `procfs` from Linux. Read-only for the time of being.
37363837## Reasoning
3938