Re: [9fans] 9p hello world

2011-09-05 Thread s s
On Tue, Sep 6, 2011 at 1:51 AM, Skip Tavakkolian wrote: > a good example app is styxbrowser - an android app. it's based on > styx-n-9p. > > -Skip Nice. What I'd really like to see is an "addressbookfs" example. The server stores a list of addresses, in a flat-file, or a database. The server

Re: [9fans] 9p hello world

2011-09-05 Thread Skip Tavakkolian
a good example app is styxbrowser - an android app. it's based on styx-n-9p. -Skip On Sun, Sep 4, 2011 at 10:53 PM, s s wrote: > On Mon, Sep 5, 2011 at 1:44 AM, Skip Tavakkolian > wrote: >> >> try >> >> ./read time >> >> a better choice is "cl" client, which lets you navigate the namespace >> t

Re: [9fans] 9p hello world

2011-09-05 Thread Andreas Wagner
> What is Nemo's book? http://lsub.org/who/nemo/9.intro.pdf http://www.lulu.com/product/paperback/introduction-to-os-abstractions-using-plan-9-from-bell-labs/5482490 - Andreas

Re: [9fans] 9p hello world

2011-09-05 Thread pmarin
http://lsub.org/who/nemo/9.intro.pdf On Mon, Sep 5, 2011 at 12:56 PM, s s wrote: > On Mon, Sep 5, 2011 at 5:03 AM, yy wrote: >> >> 2011/9/5 s s : >> > It seems like there might be a hello world example for libixp ... >> > >> > http://www.anarchyinthetubes.com/src/hello_libixp >> >> I wrote that,

Re: [9fans] 9p hello world

2011-09-05 Thread s s
On Mon, Sep 5, 2011 at 5:03 AM, yy wrote: > 2011/9/5 s s : > > It seems like there might be a hello world example for libixp ... > > > > http://www.anarchyinthetubes.com/src/hello_libixp > > I wrote that, but is needing some attention. It is quite old, and > although is still valid, I should fini

Re: [9fans] 9p hello world

2011-09-05 Thread yy
2011/9/5 s s : > It seems like there might be a hello world example for libixp ... > > http://www.anarchyinthetubes.com/src/hello_libixp I wrote that, but is needing some attention. It is quite old, and although is still valid, I should finish more examples. Extending it to p9p's 9p(3) and Inferno

Re: [9fans] 9p hello world

2011-09-04 Thread s s
On Mon, Sep 5, 2011 at 1:44 AM, Skip Tavakkolian wrote: > try > > ./read time > > a better choice is "cl" client, which lets you navigate the namespace > the file server is serving. the -d flag lets you see what is being > passed around. > > $ ../../srv/examples/timefs & > [1] 3681 > $ ./read tim

Re: [9fans] 9p hello world

2011-09-04 Thread Skip Tavakkolian
try ./read time a better choice is "cl" client, which lets you navigate the namespace the file server is serving. the -d flag lets you see what is being passed around. $ ../../srv/examples/timefs & [1] 3681 $ ./read time Sun Sep 4 22:32:00 PDT 2011$ $ ./cl 9p> ls time inftime 9p> cat time Sun S

Re: [9fans] 9p hello world

2011-09-04 Thread s s
> On Sun, Sep 4, 2011 at 9:03 PM, Skip Tavakkolian < > skip.tavakkol...@gmail.com> wrote: > >> ... >> go9p (Go) >> >> ... >> >> -Skip > > Compiled and ran go9p/p/srv/examples/timefs.go. Compiled and ran go9p/p/clnt/examples/read.go. Output was ... 2011/09/05 00:40:13 invalid arguments Success?

Re: [9fans] 9p hello world

2011-09-04 Thread s s
On Sun, Sep 4, 2011 at 9:03 PM, Skip Tavakkolian wrote: > here are a few you can google for: > > styx-n-9p (Java) > limbo-machine (JavaScript) > go9p (Go) > > they include the customary client and server examples. there are > implementations in many other languages; however COBOL and FORTRAN > im

Re: [9fans] 9p hello world

2011-09-04 Thread Skip Tavakkolian
here are a few you can google for: styx-n-9p (Java) limbo-machine (JavaScript) go9p (Go) they include the customary client and server examples. there are implementations in many other languages; however COBOL and FORTRAN implementations are currently missing. -Skip On Sun, Sep 4, 2011 at 5:34 P