9P: Plan9 Network Filesystem
Allows you to access and provide 9P network filesystems over TCP
through an object oriented interface. Depending on which side of
the protocol you want to speak, you probably want to import
the "client.rkt" or "server.rkt" modules instead
of the "main.rkt" module. The main module only re-exports
data structure definitions from "data.rkt", "exception.rkt"
and common interfaces from "interface.rkt".
For usage examples refer to the sources "example/hello-server.rkt"
and "example/hello-client.rkt".