Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cloudef/pi9
9p server abstraction library
https://github.com/Cloudef/pi9
Last synced: 9 days ago
JSON representation
9p server abstraction library
- Host: GitHub
- URL: https://github.com/Cloudef/pi9
- Owner: Cloudef
- License: zlib
- Created: 2015-02-01T20:21:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T21:11:51.000Z (over 8 years ago)
- Last Synced: 2024-11-03T14:40:32.963Z (10 days ago)
- Language: C
- Size: 40 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-9p - pi9 - 9p2000 server library (Libraries / C)
README
# pi9
9p server abstraction library
## Building
mkdir target && cd target # - create build target directory
cmake -DCMAKE_BUILD_TYPE=Upstream .. # - run CMake
make # - compile## License
zlib, see LICENSE file for more information