Ttws

TT Watch Synchronizer

This project is maintained by Dica-Developer

ttws - TomTom Watch Synchronizer

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.

Start the application from the source code

  1. Install nodejs+npm (I recommend to use nvm for that)
  2. git clone https://github.com/Dica-Developer/ttws.git
  3. cd ttws
  4. npm install
  5. npm start