easy-fit icon indicating copy to clipboard operation
easy-fit copied to clipboard

Add encoding feature

Open pierremtb opened this issue 8 years ago • 10 comments

pierremtb avatar May 17 '16 09:05 pierremtb

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?

javflores avatar Jan 12 '17 21:01 javflores

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.

pierremtb avatar Jan 12 '17 23:01 pierremtb

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

javflores avatar Jan 13 '17 07:01 javflores

Any update?🚴

coodoo avatar Feb 13 '17 07:02 coodoo

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

pierremtb avatar Feb 13 '17 19:02 pierremtb

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)

jimmykane avatar May 21 '17 16:05 jimmykane

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

pierremtb avatar May 31 '17 18:05 pierremtb

No worries. Thanks for the reply.

On Wed, May 31, 2017, 8:01 PM Pierre Jacquier [email protected] 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 avatar May 31 '17 18:05 jimmykane

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

jimmykane avatar Jun 23 '17 17:06 jimmykane

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

jpg0 avatar Sep 23 '22 16:09 jpg0