Skip to content

Dica-Developer/ttws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

BCH compliance

Installation

  1. Download the latest release from the release page
  2. Install it by double-click the deb file or type in a terminal sudo dpkg -i <path to file>
  3. Now you can start it by typing ttws in a terminal or your application finder

Start the application from the source code

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