Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cea-hpc/space9
A library implementing a simple 9p client in user space
https://github.com/cea-hpc/space9
Last synced: 7 days ago
JSON representation
A library implementing a simple 9p client in user space
- Host: GitHub
- URL: https://github.com/cea-hpc/space9
- Owner: cea-hpc
- License: lgpl-3.0
- Created: 2018-05-25T14:23:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T14:24:53.000Z (over 6 years ago)
- Last Synced: 2024-10-15T00:16:26.943Z (27 days ago)
- Language: C
- Size: 199 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-9p - space9 - Simple 9p2000 library (Libraries / Python)
README
9p
==9P/RDMA abstraction layer
Dependencies
============lib9p depends on mooshika, which itself uses libibverbs and librdmacm
(with -devel or -dev packages and autoconf/libtool for compiling)Compiling
=========Straightforward:
./autogen.sh
./configure
make
make installConfiguration
=============space9 init function will take a configuration file in argument - by
default src/sample.conf in our test programs, but there is no
systemwide default.Test programs/examples
======================You can find programs using the library in src/tests
Python
======If you want to try the python modules without installing, you can
source src/tests/python-env.sh that will set the correct PYTHON_PATH
and LD_LIBRARY_PATH for you.You can then start python or launch the python scripts in src/tests