1ka / HRMUploader

Upload Polar HRM files to the Polar Personal Trainer site
3 stars 5 forks source link

GPX data from G5 GPS device #2

Open asansli opened 7 years ago

asansli commented 7 years ago

Thanks for the HRM Uploader.

I wonder if we can add gps data to uploader? I looked at codes and saw that a xml file is being uploaded.

Should we add gps map data to that xml file as a data container or seperate xml file is needed?

Thanks for help.

1ka commented 7 years ago

To send the GPS data you will need to know where in the Polar XML file GPS data is supposed to go. I don't have this documentation, so you would need to use an intercepting proxy to view the communications between your normal uploader and Polar.

Once you know this, then you can modify the Castor mapping XML to correctly marshall the GPS data into XML.

I'm not sure this will be an easy task :-(