PDA

View Full Version : Where is stored the last GPS position?


t24
07-15-2008, 01:19 AM
I'd like to know where I was when I last used my GPS...
The info is stored on the tablet since the data is shown in the control panel... but where?? (I'm looking for a text file or something I could read with a script)

lardman
07-15-2008, 03:56 AM
it's in /var/lib/gps/gps_last_saved_report

Take a look at the gpsd source code from the repo to see how to parse this file (there'a a fn in there which does exactly that).

HTH