Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aperezdc/9pfuse
FUSE-based 9P client from the Plan9 Port project, standalone version
https://github.com/aperezdc/9pfuse
Last synced: 17 days ago
JSON representation
FUSE-based 9P client from the Plan9 Port project, standalone version
- Host: GitHub
- URL: https://github.com/aperezdc/9pfuse
- Owner: aperezdc
- License: other
- Created: 2012-11-03T17:05:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T21:52:15.000Z (12 months ago)
- Last Synced: 2024-10-11T02:48:00.291Z (about 1 month ago)
- Language: C
- Size: 126 KB
- Stars: 30
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-9p - 9pfuse - Mount 9p file systems through FUSE (Clients / C)
README
9pfuse
======This is a standalone version of `9pfuse`, a FUSE client for the 9P protocol
as included in [Plan9 Port](http://swtch.com/plan9port). The source code has
been imported from the `src/cmd/9pfuse` directory of the repository, adding
the minimum set of needed sources from `src/lib9`, `src/libthread` and
`src/lib9pclient` directories to make it build correctly.Building 9pfuse
---------------As a bonus, [Meson](https://mesonbuild.com)-based build system tested to work
under recent GNU/Linux sustems has been included: just run the usual `meson
setup build && meson compile -Cbuild` incantation from the source directory.