Skip to content

A bookmarklet and a web service for creating Bryton Rider routes with turn-by-turn indications

License

Notifications You must be signed in to change notification settings

erosinnocenti/openbryton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBryton

OpenBryton is a combination of a browser bookmarklet and a PHP server script to generate routes in Bryton Rider format. Currently OpenBryton is being tested only against Bryton Rider R530, which is my GPS unit.

I decided to build this software because the only way to create a route complete of turn-by-turn notifications is to use Bryton Mobile App (https://play.google.com/store/apps/details?id=com.brytonsport.barringer&hl=it) Unfortunately, with Bryton official App you can only plan trips specifying two points: start and destination. No waypoints allowed.

With OpenBryton bookmarklet you can use the powerful OpenRouteService (http://openrouteservice.org) that lies on OpenStreetMaps database to design tracks. OpenRouteService allows you to specify more than two waypoints and also to calculate precise turn indications even for mountain dirt roads.

When you finish to plan your trip on the map, just click the bookmarklet to download a zip file containing 5 files:

  • file.smy (header file)
  • file.tinfo (it contains turn indications info)
  • file.track (it contains coordinates of calculated points)
  • file.gpx (it contains the whole track in gpx format)
  • file.kml (it contains the whole track in kml format)

Afterwards all you have to do is to copy Bryton format files (.smy, .tinfo, .track) into you Bryton "tracks" folder.


Install procedure

Copy and paste this code into a new bookmark, or simply select the code and drag-drop it into your favorites bar.

javascript: (function () { var jsCode = document.createElement('script'); jsCode.setAttribute('src', 'http://www.newtechweb.it/apps/openbryton/do.js'); document.body.appendChild(jsCode); }());

Donate

If you liked this tool, please buy me a beer :)

paypal


Plan with openrouteservice.org Get it on your device
Plan with openrouteservice.org Get it on your device

About

A bookmarklet and a web service for creating Bryton Rider routes with turn-by-turn indications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published