https://github.com/martinetd/space9
Userspace 9P (tcp and rdma) IO library
https://github.com/martinetd/space9
Last synced: about 1 year ago
JSON representation
Userspace 9P (tcp and rdma) IO library
- Host: GitHub
- URL: https://github.com/martinetd/space9
- Owner: martinetd
- License: lgpl-3.0
- Created: 2014-07-07T14:26:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:40:37.000Z (over 8 years ago)
- Last Synced: 2025-02-01T16:16:14.250Z (over 1 year ago)
- Language: C
- Size: 236 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 install
Configuration
=============
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