|
2007-12-07
, 20:00
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#2
|
Is it possible to read the GPS (that is get the latitude, longitude, and other information) from the command line? I can think of several uses for this.
|
2007-12-07
, 20:00
|
|
Posts: 641 |
Thanked: 27 times |
Joined on Apr 2007
|
#3
|
I nosed around looking for this, but can't find it anywhere.
Is it possible to read the GPS (that is get the latitude, longitude, and other information) from the command line? I can think of several uses for this.
|
2007-12-07
, 20:04
|
Posts: 11 |
Thanked: 0 times |
Joined on Oct 2007
|
#4
|
|
2007-12-07
, 20:27
|
Posts: 30 |
Thanked: 10 times |
Joined on Oct 2007
|
#5
|
|
2007-12-07
, 20:42
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#6
|
Thanks for all the replies. I'm still debating between the N800 and N810. The ability to read the GPS, even if it's cryptic, tips the scales in favor of the N810.
|
2007-12-10
, 10:14
|
Posts: 67 |
Thanked: 6 times |
Joined on Nov 2007
@ Auckland, New Zealand
|
#7
|
On the 810, if you execute "/usr/libexec/navicore-gpsd-helper" (without the quotes) it will start up the GPS daemon and give a running log...
It is a bit cryptic, but the lines that start with "GPGGA" contain the latitude and longitude information, along with some other gunk I don't grok yet...
Is it possible to read the GPS (that is get the latitude, longitude, and other information) from the command line? I can think of several uses for this.