Thread
: [SailfishOS]
[Announce] GPStuff - a GPS logger for Sailfish
View Single Post
alfmar
2015-01-06 , 18:28
Posts: 88 | Thanked: 411 times | Joined on Mar 2010 @ southern Italy
#
2
Text (TAB-separated) and CSV (comma-separated) files are saved in
$HOME/Documents/
Provided an entry "jolla" in the
/etc/hosts
file, I extract them using:
Code:
rsync -ave ssh --remove-source-files nemo@jolla:Documents/gps* ./mylogs/
File format is:
- Unix timestamp in milliseconds
- latitude (positive values means northern emisphere)
- longitude
- speed (converted to km/hour)
- altitude (meters, integer)
- satellites in view (integer)
- horizontal accuracy (meters)
- vertical accuracy (meters)
- heading (currently Jolla does not support it)
- flags (0: "normal"; 1: "bookmarked")
Quote & Reply
|
The Following User Says Thank You to alfmar For This Useful Post:
Wikiwide
alfmar
View Public Profile
Send a private message to alfmar
Visit alfmar's homepage!
Find all posts by alfmar