bryancamp / running-tracker

Tracks the purchase price and usage of all things running-related
0 stars 0 forks source link

Decode Garmin .fit files using .NET Core #1

Open bryancamp opened 5 years ago

bryancamp commented 5 years ago

There is an SDK called FitSDK that appears to decode Garmin's .fit files: https://www.thisisant.com/resources/fit

There is a C# and C/C++ API. Is this compatible with .NET core?