From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 7 Jul 2009 13:15:46 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20090707170402.f3275955.eekee57@fastmail.fm> References: <3aaafc130907061639m3e1ff6d3m38b258fb8f79d73a@mail.gmail.com> <20090707123631.9eadea88.eekee57@fastmail.fm> <20090707170402.f3275955.eekee57@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] my ts7200 port Topicbox-Message-UUID: 1579ae94-ead5-11e9-9d60-3106f5b1d025 > > What about emulating a usb-ethernet device in software? (Assuming the beagle board's usb interface can operate in gadget mode as opposed to host mode.) The Linux kernel does a good job of emulating a usb ethernet device, I use it extensively. I rather assumed the Bitsy port had this already, but perhaps not. > > Huh, I just realised that if both ends of the fake ethernet link run Plan 9 then the only advantage of what I suggested would be that both ends of the link are known quantities with open source code. > > Now I wonder if it might be simpler to implement 9p directly over USB. sure. but you still have to solve the problem of talking to the usb device. - erik