Connecting Garmin to Strava

Former Member
Former Member
Hi,
Does anybody has some source code for connecting Garmin to Strava ? I need really simple thing, get my route data, do some calculations and return to Garmin. The calculations would be done in an intermediary server.

So:
Garmin
| (1)
intermediary server -> Garmin (3)
| (2)
Strava API


Strava uses oauth for authentication and as I understand I should use it too. Garmin applications can be configurable, so me and my friends could put their own tokens in the configuration like clientId / clientSecret. In Strava there is "my applications" tab where u can add new device that has access to the API and it gets the clientId and some tokens. But there is also a url which I don't understand, in Garmin I can't show aby webpage so what this url is for .. ?

Or maybe this can be done just using Garmin Connect API - so my intermediary server would get data from Garmin Connect APi instead strava ?
The Garmin Connect API is available for a one-time licensing fee of $5,000 for approved developers only. (http://developer.garmin.com/garmin-connect-api/request-the-api/) REALLY ? So for this simple thing I would have to pay 5000$ ?

And how this one work? https://apps.garmin.com/en-GB/apps/6...6-af1d59518357
This is connecting to Strava through some Garmin Fitness Profile ? Some web service or ConnectIQ API ?