graphical editor for fixing data (e.g. heartrate) inside ttbin files
This program requires the following libraries to be compiled and installed before attempting to build it.
cmake
Available from https://cmake.org/curl
Available from http://curl.haxx.se/download.htmlqt5
Available from http://qt.io
Prebuilt packages should be available for most systems using the system's
built in package manager (dpkg, yum, apt, rpm etc...). Make sure that the
-dev
version of the packages (eg. libssl-dev
, libcurl-dev
, libusb-1.0-0-dev
)
are installed so that the headers are available.
- Go to the folder where you cloned the repository and create a new
subfolder called
build
. - Go into that new folder and run cmake by typing
cd build && cmake ..
. If anything is missing or wrong cmake will tell you. - Now type
make
and the application should get compiled. - To run the application type
bin/ttbinEditor
.
This project is only possible with the work of http://github.com/ryanbinns/ttwatch Therefor my thanks go directly to him, thanks Ryan!
- added a simple filter and equalizer to see especially the speed in a nicer way
- added chosable item in the selection list to see the speed from a ttbin file
- added average heartrate
- removed qDebugs output
- added consistent output to statusbar
- added entry to the list widget for heartrate (yes once there will be more)
- changing the heartrate with the mouse is now possbile
- loading and saving of ttbin files works via the menu