README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. This directory contains source for some programs that
  2. help Plan 9 co-exist with the non-Plan 9 world.
  3. 9pfreebsd/
  4. Patches to FreeBSD 3.2 to add the IL network protocol
  5. and the pre-9P2000 version of 9P.
  6. drawterm/
  7. Drawterm is a Unix and Windows program that simulates
  8. a Plan 9 terminal to connect to a Plan 9 cpu server.
  9. The version in this directory speaks the pre-9P2000
  10. protocols.
  11. A new 9P2000 version is in progress but still crashes
  12. with some regularity on Unix. It can be found at
  13. http://cvs.pdos.csail.mit.edu/cvs/drawterm/
  14. or use
  15. cvs -d :pserver:anoncvs@cvs.pdos.csail.mit.edu:/cvs co drawterm
  16. For more information about CVS, see
  17. http://swtch.com/plan9port/man/man1/cvs.html
  18. u9fs/
  19. U9fs is a simple 9P server that runs on Unix.
  20. It serves both 9P2000 and the older 9P.
  21. netkey.c
  22. A standalone Unix version of Plan 9's netkey(1).
  23. winstart
  24. winplumb.c
  25. winplumb.exe
  26. Winstart is a shell script to be used with the plumber
  27. to relay plumbing messages (typically URLs) to a Windows
  28. machine. It is particularly useful with VMware.
  29. The following programs at external locations may also be of interest:
  30. Plan 9 from User Space
  31. a Unix port of acme, sam, tcs, and many other Plan 9 programs
  32. - http://swtch.com/plan9port
  33. V9fs
  34. a project to write 9P drivers for other operating systems
  35. - 9p2000.ko is now part of the standard Linux 2.6 tree
  36. - http://v9fs.sourceforge.net/
  37. spin, the protocol verifier
  38. - http://spinroot.com/
  39. sam
  40. older ports of Sam to Unix and Windows
  41. - ftp://ftp.demon.co.uk/pub/unix/plan9
  42. - ftp://plan9.bell-labs.com/netlib/research/
  43. 9pm
  44. an old port of much of the Plan 9 tools to Windows
  45. - http://plan9.bell-labs.com/plan9dist/ureg.html