Hi there,
I was the one asking about compiling with the new M1 chip; the reason why I'm asking these questions is because for our capstone, me and other students are tasked with writing a plugin for certain smart watches/wearables and we are exploring Garmin being one of them. I was able to compile all of the FIT SDK C++ files into a static library and then compiled the example decode.cpp with that library. I was successfully able to run the decode.exe and decode a .FIT file which is exciting.
My question is the following: what is the easiest way to physically get the .FIT files in almost real-time? Like on my Garmin account with my smart watch I'm able to physically export that data, which then downloads a zip with .FIT files in there. I then can manually decode the .FIT files. Is there a way to request them with an API Query instead of manually downloading them?
Thanks!