From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John E. Barham" Subject: Re: [9fans] Serving 9p in python - anyone started that? To: 9fans@cse.psu.edu Message-id: <012d01c28b4b$7e8aaa20$620da8c0@HPN5415> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <003201c28b39$4f813620$6501a8c0@KIKE> Date: Wed, 13 Nov 2002 11:33:07 -0800 Topicbox-Message-UUID: 1d9d3f5a-eacb-11e9-9e20-41e7f4b1d025 I've started writing a generic 9P server in Python. I'm aiming to have something comparable to <9p.h> that will handle the 9P invariants but allow one to override whatever methods are needed for your particular service. With Python's good win32 extensions it should be relatively simple to let Plan 9 boxes speak to an SMB network.