[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

access ocean buoy readings from cell phone ...

Larz

5/31/2007 2:34:00 AM


I bought a samsung cell phone that can access wml type mobile
websites. I was thinking of setting up a free web site that you can go
to with a regular computer and set up a profile with just email/
password/state or province/country. From there you input the buoy
numbers into any number of buoy profiles, and you get a wml url page
that can be accessed from any phone that supports wml to see the
current buoy readings. I would store the readings in a database and
only screen scrape the actual buoys every hour as needed on demand.
Say you could create a buoy profile for Ventura CA. Then from a cell
phone you can see the buoys from that area. I was wondering if there'd
be much of an interest in a site like that and if the wml type cell
phone technology will be around for awhile ... ?

I've not quite seen a site like what I've described, though I have
seen marine forcasts and some similar things.

I've done some websites in ruby on rails and have figured out a good
way to scrape the buoys sites for the data.

1 Answer

Mike G.

6/1/2007 5:56:00 PM

0

On May 30, 10:33 pm, "wbsurf...@yahoo.com" <wbsurf...@gmail.com>
wrote:
> I bought a samsung cell phone that can access wml type mobile
> websites. I was thinking of setting up a free web site that you can go
> to with a regular computer and set up a profile with just email/
> password/state or province/country. From there you input the buoy
> numbers into any number of buoy profiles, and you get a wml url page
> that can be accessed from any phone that supports wml to see the
> current buoy readings. I would store the readings in a database and
> only screen scrape the actual buoys every hour as needed on demand.
> Say you could create a buoy profile for Ventura CA. Then from a cell
> phone you can see the buoys from that area. I was wondering if there'd
> be much of an interest in a site like that and if the wml type cell
> phone technology will be around for awhile ... ?
>
> I've not quite seen a site like what I've described, though I have
> seen marine forcasts and some similar things.
>
> I've done some websites in ruby on rails and have figured out a good
> way to scrape the buoys sites for the data.

Maybe these guys can help...

http://www.ndbc.noaa.gov/...

Mike G.