The Following 4 Users Say Thank You to tz1 For This Useful Post: | ||
|
2008-04-27
, 19:28
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#2
|
|
2008-04-27
, 22:18
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#3
|
The Following User Says Thank You to tz1 For This Useful Post: | ||
|
2008-04-27
, 22:45
|
Posts: 17 |
Thanked: 2 times |
Joined on Apr 2008
|
#4
|
|
2008-04-28
, 03:02
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#5
|
|
2008-04-28
, 03:39
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#6
|
http://www.zdez.org/minigps-n0.1.tgz
It is a replacement for the stock GPSD with logging and developer features. It will automatically choose a bluetooth GPS over the internal one (if available) and can log other data (mainly J1850 streams for my motorcycle so I can get gear, rpm, etc.).
It is all fixed point so should be much faster.
Data is logged to the external card (/media/mmc1) in a zmaplog directory. It creates KML files (google earth), one new every 5 minutes which contains speed and location.
The GPS data will be in XML comments within the KML file, both internal and external (internal changes the initial $ to & when a BT gps is working).
Also, if you do http://localhost:8888/dogmap.html it will bring up a google map window and will recenter on tht GPS location every 5 seconds. You may need to uncheck Fit Width for it to display.
(I have one of those PHS Personal Hot Spots, so the maps are normally available to me).
Quickstart - download, untar, copy minigpsd to the Nokia where it can be executed (chmod +x if needed), and run it (maybe as root but I don't know if it is necessary).
If you want the kml files automatically compressed into kmz (zipped) files, also copy kml2kmz to /usr/local/bin (path is hardcoded, but the source is there).