aboutsummaryrefslogtreecommitdiff
path: root/contrib/lib9p/README.md
blob: f74a978fb52b0afa778437660b1b1e900a7695c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# lib9p

lib9p is a server library implementing 9p2000, 9p2000.u and 9p2000.L revisions
of 9P protocol. It is being developed primarily as a backend for virtio-9p in
BHyVe, the FreeBSD hypervisor.

# Features

* 9p2000, 9p2000.u and 9p2000.L protocol support
* Built-in TCP transport

# Supported operating systems

* FreeBSD (>=10)
* macOS (>=10.9)

# Authors

* Jakub Klama [jceel](https://github.com/jceel)
* Chris Torek [chris3torek](https://github.com/chris3torek)