configurable OSM offline router with elevation awareness, Java + Android
Find a file
Norbert Truchsess fb00e0d130 cleanup
2018-02-25 20:33:10 +01:00
brouter-codec version 1.4.9 2017-09-24 17:11:04 +02:00
brouter-core cleanup 2018-02-25 20:33:10 +01:00
brouter-expressions version 1.4.9 2017-09-24 17:11:04 +02:00
brouter-map-creator supress TRs with from or to not containiong via node 2017-10-20 21:23:23 +02:00
brouter-mapaccess version 1.4.9 2017-09-24 17:11:04 +02:00
brouter-mem-router version 1.4.9 2017-09-24 17:11:04 +02:00
brouter-routing-app read NogoPolygons from OsmAnd Tracks 2018-02-25 20:00:50 +01:00
brouter-server add support for open nogo-polygons 2018-02-07 20:50:06 +01:00
brouter-util possible endless loop above 24 bits 2017-10-07 11:47:39 +02:00
misc add optional parameter bindaddress to optionally restrict the ipaddresses brouter listens on 2017-12-03 13:22:01 +01:00
.gitignore ignore Intellij project files 2017-10-15 10:27:10 +02:00
LICENSE Initial commit 2014-01-13 06:36:15 -08:00
pom.xml add junit to brouter-core dependencies 2018-02-04 20:19:33 +01:00
README.md Update README.md 2017-07-15 21:01:59 +02:00

BRouter

BRouter is a configurable OSM offline router with elevation awareness, Java + Android. Designed to be multi-modal with a particular emphasis on bicycle routing.

For more infos see http://brouter.de/brouter

Get it on F-Droid Get it on Google Play

Compile with (Java 6!):

mvn clean install -Dandroid.sdk.path=

Related Projects