Open pierremtb opened 8 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.
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
Any update?🚴
Sadly no @coodoo, I don't really have time at the moment :'(
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)
Honestly I don't know. I don't need this lib anymore (for now) so it's clearly not a priority for me :(
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
@pierremtb btw do you know any other lib for .fit files? Like maybe one that can be ported to js ?
check out #34 - I just implemented encoding for my own use, but opened a PR here in case anyone else wants to use it.
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?