Skip to content
BenniG82 edited this page Jul 12, 2014 · 7 revisions

Welcome to the edge-segments wiki!

Here you can find information about my segments creator for Garmin Edge 1000 bike computer.

What needs to be done:

  • Take a rough look at the Strava API if all necessary information can be obtained
  • Register an Strava application
  • Take a rough look at the Garmin Segments file
  • Make a deeper inspection on the Segments file
    • Analyze and document all fit file entries
  • Write a sample Segment File generator for some dummy data
  • Get OAuth working to communicate with Strava
  • Get segment information from Strava
    • Retrieve Metadata
    • Retrieve GPS-Track
    • Retrieve "opponent" GPS-Track/timing. Work with fixed "opponents" for example always take the segment leader with no option to choose
  • Simplify GPS-Track for Segment
  • Find/Create timings for opponents matching the simplified GPS-Track
Clone this wiki locally