David du Colombier 382c3074c3 Plan 9 from Bell Labs 2006-03-26 18 years ago
..
9pfreebsd c0f3d9569e Plan 9 from Bell Labs 2002-12-12 21 years ago
drawterm eb22300eaa Plan 9 from Bell Labs 2006-03-13 18 years ago
u9fs 7e709914ed Plan 9 from Bell Labs 2005-11-21 18 years ago
README eae6cf9c19 Plan 9 from Bell Labs 2005-10-06 18 years ago
netkey.c 382c3074c3 Plan 9 from Bell Labs 2006-03-26 18 years ago
winplumb.c c7c0933c28 Plan 9 from Bell Labs 2003-03-10 21 years ago
winplumb.exe c7c0933c28 Plan 9 from Bell Labs 2003-03-10 21 years ago
winstart c7c0933c28 Plan 9 from Bell Labs 2003-03-10 21 years ago

README


This directory contains source for some programs that
help Plan 9 co-exist with the non-Plan 9 world.

9pfreebsd/
Patches to FreeBSD 3.2 to add the IL network protocol
and the pre-9P2000 version of 9P.

drawterm/
Drawterm is a Unix and Windows program that simulates
a Plan 9 terminal to connect to a Plan 9 cpu server.
The version in this directory speaks the pre-9P2000
protocols.

A new 9P2000 version is in progress but still crashes
with some regularity on Unix. It can be found at
http://cvs.pdos.csail.mit.edu/cvs/drawterm/
or use
cvs -d :pserver:anoncvs@cvs.pdos.csail.mit.edu:/cvs co drawterm
For more information about CVS, see
http://swtch.com/plan9port/man/man1/cvs.html

u9fs/
U9fs is a simple 9P server that runs on Unix.
It serves both 9P2000 and the older 9P.

netkey.c
A standalone Unix version of Plan 9's netkey(1).

winstart
winplumb.c
winplumb.exe
Winstart is a shell script to be used with the plumber
to relay plumbing messages (typically URLs) to a Windows
machine. It is particularly useful with VMware.

The following programs at external locations may also be of interest:

Plan 9 from User Space
a Unix port of acme, sam, tcs, and many other Plan 9 programs
- http://swtch.com/plan9port

V9fs
a project to write 9P drivers for other operating systems
- 9p2000.ko is now part of the standard Linux 2.6 tree
- http://v9fs.sourceforge.net/

spin, the protocol verifier
- http://spinroot.com/

sam
older ports of Sam to Unix and Windows
- ftp://ftp.demon.co.uk/pub/unix/plan9
- ftp://plan9.bell-labs.com/netlib/research/

9pm
an old port of much of the Plan 9 tools to Windows
- http://plan9.bell-labs.com/plan9dist/ureg.html