configurable OSM offline router with elevation awareness, Java + Android
Find a file
2019-06-29 14:32:41 +02:00
brouter-codec decoding performance 2019-06-29 10:11:59 +02:00
brouter-core Crossing a nogo polyline with weight should translate into a constant cost. 2019-06-29 14:32:41 +02:00
brouter-expressions patch times and turns (volker) 2019-04-17 12:36:57 +02:00
brouter-map-creator removed image processing code 2019-05-04 19:53:15 +02:00
brouter-mapaccess decoding performance 2019-06-29 10:11:59 +02:00
brouter-routing-app patch times and turns (volker) 2019-04-17 12:36:57 +02:00
brouter-server direct weaving/escape-analysis 2019-06-23 18:57:46 +02:00
brouter-util decoding performance 2019-06-29 10:11:59 +02:00
misc Allow to run server.cmd from source directory 2019-05-30 23:52:59 +02:00
.gitignore Allow to run server.sh from source directory 2019-05-30 23:52:59 +02:00
LICENSE MIT license 2019-05-04 20:04:56 +02:00
pom.xml removed memory-route + experimental codec (see experimental branch) 2018-12-31 17:04:05 +01:00
README.md Allow to run server.cmd from source directory 2019-05-30 23:52: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

Build and Install

Compile with (Java 6!):

mvn clean install -Dandroid.sdk.path=

To skip building for Android, add -pl '!brouter-routing-app'.

Next, download one or more data file(s) (rd5) into the misc/segments4 directory.

Run

On Linux:

./misc/scripts/standalone/server.sh

On Windows (using Bash):

./misc/scripts/standalone/server.sh

On Windows (using CMD):

misc\scripts\standalone\server.cmd

Related Projects