> How are you guys using these tools? it's not the most sophisticated setup, but it works, at least for the stuff that i need. pycrypto is a prerequisite:
---- hg clone bitbucket.org/f2f/py9p python setup.py install localsrv.py -p 10000 then in 9vx: % srv tcp!127.0.0.1!10000 blah /n/blah post... % cd /n/blah % ls -l | grep mach_kernel --rw-r--r-- M 19 root wheel 18694040 Jan 29 16:18 mach_kernel % if you want a more modern language and a faster implementation: goinstall go9p.googlecode.org/hg/p/srv cd $GOROOT/src/pkg/go9p.googlecode.org/hg/p/srv/examples && make ufs ./ufs -addr=":10000" then in 9vx: % srv tcp!127.0.0.1!10000 blah /n/blah post... % cd /n/blah % ls -l mach_kernel --rw-r--r-- M 19 none none 18694040 Jan 29 16:18 mach_kernel %