FUSE/9P implementation

[Imported from Trac: page TahoeLAFSMobile, version 15]
hacklschorsch 2024-07-23 18:34:10 +00:00
parent 0c93a8740d
commit ee926f90f5

@ -22,6 +22,7 @@ The [milestones](https://gitlab.com/tahoe-lafs/tahoe-lafs-mobile/-/milestones) s
- For now, a file with a list of storage servers is fine - introducers may be considered later. - For now, a file with a list of storage servers is fine - introducers may be considered later.
- Also work on iOS. - Also work on iOS.
- Integration with the OSses (Android, iOS) to be able to open files from and share files to the app ([Storage Access Framework](https://emanual.github.io/Android-docs/guide/topics/providers/document-provider.html) on Android, ?? on iOS) - Integration with the OSses (Android, iOS) to be able to open files from and share files to the app ([Storage Access Framework](https://emanual.github.io/Android-docs/guide/topics/providers/document-provider.html) on Android, ?? on iOS)
- Idea: As an intermediary step, because mobile development is clunky and hard and slow, create code to glue the GBS Haskell protocol code (start with [GBS-Downloader](https://gitlab.com/tahoe-lafs/gbs-downloader)) to FUSE or 9P
- We want to be able to save files to the grid (this is a big one, as the Haskell protocol stack is missing most of this so far) - We want to be able to save files to the grid (this is a big one, as the Haskell protocol stack is missing most of this so far)
- Would be nice to also get a working in-browser client out of this (The [framework in use](https://github.com/obsidiansystems/obelisk) supports that in theory) - Would be nice to also get a working in-browser client out of this (The [framework in use](https://github.com/obsidiansystems/obelisk) supports that in theory)