From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 23 May 2005 21:56:40 -0600 From: "Ronald G. Minnich" To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] Plan9ports lib9p question: serving to a plain 'ol tcp socket Topicbox-Message-UUID: 517653d4-ead0-11e9-9d60-3106f5b1d025 I am starting to look at this but wonder if someone has beat me to it. I need to make a simple, single-threaded 9p server that will sit on a normal Unix TCP socket in an accept/serve loop . It seems like the bits are there to do this in lib9p, but I'm still untangling a few things; I don't need the /tmp/ns.whatever Unix domain socket stuff, for example, but all the other superstructure there is really nice. Anybody done this. I can't use newsham's python server as I am sitting on a nice, bare node and python is not really an option. I was simply hacking u9fs until a minute or two ago, and I feel like I'm re-inventing something I'm sure someone has already done -- must be somebody there who has beat me to this, I figure. Thanks ron