Re: [9fans] 9P on android

2010-03-04 Thread Rahul Murmuria
Hi Tim! On Tue, Mar 2, 2010 at 4:51 PM, Tim Newsham news...@lava.net wrote: Npfs is in C.  You could make java bindings to it, but it would probably be more work than it's worth. I've been using a few 9p servers from android.  I have a java library that does 9p service that I'm using.  

Re: [9fans] 9P on android

2010-03-02 Thread Tim Newsham
Hi Eric! I know this thread is a little old now, but I wanted to take a look into the same thing. 9P on Android!! Its something that could turn out to be an asset to my project here, that I intend to do.. what's the latest update on it? Can Google Android be used as a 9P server too, instead of

Re: [9fans] 9P on android

2010-02-04 Thread Eric Van Hensbergen
Is source to your application available anywhere? I'm getting a Android tablet and wanted to do some 9P/Plan9 hacking for it and it sounds like you have a good starting point. -eric On Thu, Aug 27, 2009 at 1:41 PM, David du Colombier 0in...@gmail.com wrote: I used Charles Forsyth's 9P

[9fans] 9P on android

2009-08-27 Thread Enrico Weigelt
Hi folks, I just purchased an G2-Touch phone (running Android) - a really cool toy, but it lacks 9P support ;-o Maybe someone's already working on this issue ? cu -- -- Enrico Weigelt, metux IT service --

Re: [9fans] 9P on android

2009-08-27 Thread David Leimbach
I'm interested in doing some stuff with the Palm Pre. I'm actually looking at the javascript implementations of it as well. I just have practically no time to invest these days in this stuff. I think someone already got some of the plan 9 userspace tools on here though. Dave On Thu, Aug 27,

Re: [9fans] 9P on android

2009-08-27 Thread J.R. Mauro
On Thu, Aug 27, 2009 at 4:20 AM, Enrico Weigeltweig...@metux.de wrote: Hi folks, I just purchased an G2-Touch phone (running Android) - a really cool toy, but it lacks 9P support ;-o I don't know how open Android is, but if you could cross-compile the v9fs modules (or compile them on the

Re: [9fans] 9P on android

2009-08-27 Thread C H Forsyth
I'm actually looking at the javascript implementations of [9p] as well. has javascript finally got support for binary data?

Re: [9fans] 9P on android

2009-08-27 Thread erik quanstrom
I haven't been following. I find a lot of web stuff to be off-putting, so I've not been keeping up. base64 encoding stuff is crap but could suffice in a pinch. uh, i don't think so. 9p2000 doesn't have a base64 encoding option. - erik

Re: [9fans] 9P on android

2009-08-27 Thread David Leimbach
On Thu, Aug 27, 2009 at 8:59 AM, C H Forsyth fors...@vitanuova.com wrote: I'm actually looking at the javascript implementations of [9p] as well. has javascript finally got support for binary data? I haven't been following. I find a lot of web stuff to be off-putting, so I've not been

Re: [9fans] 9P on android

2009-08-27 Thread David Leimbach
On Thu, Aug 27, 2009 at 9:57 AM, erik quanstrom quans...@coraid.com wrote: I haven't been following. I find a lot of web stuff to be off-putting, so I've not been keeping up. base64 encoding stuff is crap but could suffice in a pinch. uh, i don't think so. 9p2000 doesn't have a

Re: [9fans] 9P on android

2009-08-27 Thread Skip Tavakkolian
I haven't been following. I find a lot of web stuff to be off-putting, so I've not been keeping up. base64 encoding stuff is crap but could suffice in a pinch. uh, i don't think so. 9p2000 doesn't have a base64 encoding option. no direct binary support; but that's not the only problem.

Re: [9fans] 9P on android

2009-08-27 Thread Tim Newsham
On Thu, Aug 27, 2009 at 8:59 AM, C H Forsyth fors...@vitanuova.com wrote: has javascript finally got support for binary data? I haven't been following. I find a lot of web stuff to be off-putting, so I've not been keeping up. base64 encoding stuff is crap but could suffice in a pinch. Did

Re: [9fans] 9P on android

2009-08-27 Thread David du Colombier
I used Charles Forsyth's 9P implementation in Java (styx-n-9p) to start a small 9P graphical browser on Android, some weeks ago, and it seems to work very well. -- David du Colombier

Re: [9fans] 9P on android

2009-08-27 Thread Roman V Shaposhnik
On Thu, 2009-08-27 at 10:24 -0700, Skip Tavakkolian wrote: because there can only be one outstanding request -- with continuous polling. Unless I misunderstood you, this is not quite true. You can have as many outstanding requests as you have XMLHTTPRequest objects. And, of course, you can do