Plan9
Plan9
9P
I wrote a small 9P implementation in python. The package includes
low level functions for marshalling the protocol and performing
authentication, higher level functions for perform client operations,
a command line client and a server. The code is written and tested
in Python 2.3 but should also work in Python 2.2. The code should
run portably on most systems with python. It has been tested under
linux, cygwin and windows.
Download 9p.tgz.
Read README.
Browse.
That's all for now.. bye.