A replacement for the annoying original Software of the SQ100 pulse clock. This project is a complete rewrite of the gh615 project: https://code.google.com/archive/p/gh615/
As of now, the application can only be obtained directly from the git repository:
git clone https://github.com/tnachstedt/sq100
python3 sq100/setup.py install --user
There are two distinct usage modes. On the one hand, you can use command line arguments to control the application:
sq100 list
sq100 download 1,4
On the other hand, you can enter the interactive shell:
sq100
(sq100) list
(sq100) download 1,4
Command | Arguments | Description |
---|---|---|
list | Show list of available tracks on the deivce | |
download | track_ids | Download the tracks with the specified ids to gpx |
This project is licensed under the terms of the GNU General Public License v3.0