TTWS is an application that builds a UI for the command line tool ttwatch. Its mainly developed to download activities from a TomTom sports watch and upload them to the Strava website on a Linux system. It allows also to update the firmware, GPSQuickFix and time of the watch. It shows also metadata like firmware version of the connected watch.
You need to have the ttwatch utility pre-installed on your system. Later versions of ttws may have them included.
- Download the latest release from the release page
- Install it by double-click the deb file or type in a terminal
sudo dpkg -i <path to file>
- Now you can start it by typing
ttws
in a terminal or your application finder
- Install nodejs+yarn (I recommend to use nvm for that)
- git clone https://github.com/Dica-Developer/ttws.git
- cd ttws
- yarn install
- yarn start