Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

C# - Decode FIT Files

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

Hi,

Has anyone written a C# version library for decoding a FIT file?

Any help much appreciated!

regards

Richard

.(JavaScript must be enabled to view this email address)      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

We do not have C# code for decoding FIT files available at this moment. If anybody else has developed that, we would be interested to know.      
Avatar
RankRankRankRank

Total Posts: 296

Joined 0

PM

I have - for lots of file and message types. Based on the FIT SDK specs and the C++ examples.      
Rank

Total Posts: 3

Joined 0

PM

I have an open source implementation here :
http://code.google.com/p/garminworkouts/source/browse/#svn/tags/v1.1/GarminFitnessPlugin/Controller/FIT

It doesn't contain all messages since I don't need them all but it would be very easy to add. Also, to keep things simpler, it will always write message headers so the output files are not optimized but they are functional.      
RankRankRank

Total Posts: 91

Joined 2012-10-12

PM

-By popular request the FIT_SDK has been updated to support C#/.NET starting in version 5.00 (avail under the downloads section). FitGen now generates C# code and demo encode/decode apps are included.      
Rank

Total Posts: 1

Joined 2013-01-05

PM

Thank you so much! This is exactly what I needed. I was about to compile the java source files to a .class and then use IKVM.NET to convert the output to something usable in the net framework.