Skip to content

knedlyk/crane_gps_watch

 
 

Repository files navigation

Crane GPS Watch client v.0.1 (crane_gps_watch_client)

11 November 2014

Developer: Rudolf Mühlbauer [email protected]

Build Status

Crane GPS Watch client is a client for downloading track files in tcx format from certain GPS watches.

Supported Watches:

This software is distributed under the GNU General Public License. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details or file COPYING.

Installation:

This program uses libxml2. Please install libxml2 before building Crane GPS Watch client.

Crane GPS Watch client uses make to build:

  1. Download source code archive from githup repo:

git clone https://github.com/mru00/crane_gps_watch.git

  1. cd to unpacking directory
  2. build the software

make

Resulting binary file crane_gps_watch_client you can copy to destination folder e.g. /usr/bin or /usr/local/bin.

USAGE:

crane_gps_watch_client --help      show the help screen

crane_gps_watch_client 
[--output "filename"]            override default filename
[--split]                        write file for each track
[--device "/dev/tty..."]         override default device file
[--verbose]                      write debug output to console

As default, the output file is written in the current working directory. The filename is created from the current time and date. Use the --output option to specify a different filename.

The --device option is used to specify the device file, default is '/dev/ttyUSB0'.

--split makes the program write a single .tcx for every track currently stored on the watch. Default is to write a single .tcx file that contains all tracks. When this option is used, the --output option is ignored. The files are written in the current directory. The filename is taken from the start time of the workout track. If a file already exists, it will be overwritten.

Resulting track file in tcx format you can convert into gpx format by means of gpsbabel or use tcx format as it is.

Enjoy!

Version History:

0.1:	:initial release.

See Also:

"My Tourbook": http://mytourbook.sourceforge.net/mytourbook/ works great with the tcx files.

"Viking GPS data editor and analyzer" http://sourceforge.net/projects/viking/

All trademarks mentioned belong to their owners, third party brands, product names, trade names, corporate names and company names mentioned may be trademarks of their respective owners or registered trademarks of other companies and are used for purposes of explanation and to the owner's benefit, without implying a violation of copyright law.

About

Linux client for the crane gps watch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.1%
  • C++ 37.3%
  • Python 1.6%