pierremtb / easy-fit

Parse your .FIT files easily, directly from JS
Other
70 stars 51 forks source link

Add encoding feature #1

Open pierremtb opened 8 years ago

javflores commented 7 years ago

Hi @pierremtb ! Thanks for this awesome package. Really saved me a lot of hours of development, it works like a charm. I was exploring the posibility to export fit files based on workouts. Any chance we could have this feature? Do you need a hand on it?

pierremtb commented 7 years ago

Hi @javflores, thanks :) I would love to see that kind of feature becoming a reality, but I'm afraid I'm missing both skills and time to achieve it... First step would be to dive into the ANT SDK and figure out the correct way of writing workout data.

javflores commented 7 years ago

Hi @pierremtb ! I agree, not an easy task at all. I believe you have such a great basics in this app, it should be possible. I will try to give it a go, maybe reverse engineering the ant sdk

coodoo commented 7 years ago

Any update?🚴

pierremtb commented 7 years ago

Sadly no @coodoo, I don't really have time at the moment :'(

jimmykane commented 7 years ago

Same here. I have just implemented a TCX decoder/encoder in Typescrypt but the fit file format seems too complicated. However I really like your lib. If there was encoding option then we could easily transcribe the files between formats.

Do you think you will find the time for this or is it like maybe? (Trying to nag you a bit sorry)

pierremtb commented 7 years ago

Honestly I don't know. I don't need this lib anymore (for now) so it's clearly not a priority for me :(

jimmykane commented 7 years ago

No worries. Thanks for the reply.

On Wed, May 31, 2017, 8:01 PM Pierre Jacquier notifications@github.com wrote:

Honestly I don't know. I don't need this lib anymore (for now) so it's clearly not a priority for me :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pierremtb/easy-fit/issues/1#issuecomment-305268431, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNb89DpcYl3TSaoJof9JqoiirZTwnorks5r_arogaJpZM4IgHTI .

--

dimitrioskanellopoulos.com

jimmykane commented 7 years ago

@pierremtb btw do you know any other lib for .fit files? Like maybe one that can be ported to js ?

jpg0 commented 2 years ago

check out #34 - I just implemented encoding for my own use, but opened a PR here in case anyone else wants to use it.