Software Repo random bits of code

libixp

libixp is a stand-alone client/server 9P library including ixpc client. It consists of less than 2000 lines of code (including ixpc).

libixp’s server API is based heavily on that of Plan 9’s lib9p, and the two libraries export virtually identical data structures. There are a few notable differences between the two, however:

Developement

The latest libixp code can be checked out with mercurial:

hg clone http://code.suckless.org/hg/libixp

Bindings

Credits

Original code by garbeam, most of it rewriten and heavily improved by Kris Maglione, other small fixes and improvements by others.