9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ronald G Minnich <rminnich@lanl.gov>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] it's live
Date: Wed, 26 Jul 2006 15:30:46 -0600	[thread overview]
Message-ID: <44C7DF06.7030709@lanl.gov> (raw)
In-Reply-To: <509071940607261330s72c129cbr5508803da39a822e@mail.gmail.com>

Anthony Sorace wrote:
> i know you said "more later", but i'm impatient.
>
> i *think* this is really cool, but i'm not entirely sure. that is, i'm
> sure there are cool bits, but i don't know which ones. how's the thing
> work? i assume the embedded system's connected directly to the GPS, as
> you talked about a while ago, but isn't the web server. how's that
> transfer happen? and what system/web server is doing the overlay?

The board is a lippert cool frontrunner. Kernel is on IDE-FLASH, soon to
be on DOC. GPS is a fortuna U2, serial port, 9600 baud. Modem is from
airlink, and provides PPP.

SO, board boots p9, runs a /rc/bin/cpurc that starts up ppp over the
modem (I stopped using telco -- it kept dying on me); mounts from
mbgokhale.org; mounts my hacked gpsfs; and, once a minute, does this:
cat /mnt/gps/gps.xml >> /whatever-i-called-it/dsn/gps.xml

That's it. easy as pie. Well, not that easy, there were a LOT of
practical issues, but the node at this point is very reliable. And, I
would not have wanted to do this with Unix.

mbgokhale.org runs an httpd with a bit of code josiah england wrote to
integrate the gps data into google maps. Again, easy in principle, a lot
of work in practice. But it works.

There's a lot more to it, but I need to write it up. But, let it suffice
to say that Plan 9 sure makes this type of thing easy.

thanks

ron


      reply	other threads:[~2006-07-26 21:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-26 19:47 Ronald G Minnich
2006-07-26 19:52 ` Devon H. O'Dell
2006-07-26 20:30 ` Anthony Sorace
2006-07-26 21:30   ` Ronald G Minnich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44C7DF06.7030709@lanl.gov \
    --to=rminnich@lanl.gov \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).