Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 634 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 634 Bytes

FitDataDuplicator

FIT SDK sample code for reading and writing FIT file.

for Japanese README.ja.md

How to build

  • C#

You will need to install Visual Studio 2013 or later.
Open cs/FitDataDuplicator.sln in Visual Studio and build.

  • Java

You will need to install JDK 8.

> git clone https://github.com/harry0000/FitDataDuplicator.git
> cd FitDataDuplicator\java\
> gradlew jar

How to use

  • C#
> FitDataDuplicator.exe C:\path\to\fitfile.fit
  • Java
> java -jar FitDataDuplicator.jar C:\path\to\fitfile.fit

License

MIT