Open Source Routing Machine - C++ backend
Go to file
2013-09-19 10:42:28 +02:00
Algorithms
cmake Merge branch 'develop' into experimental/program_options 2013-08-19 17:03:47 +02:00
config
Contractor Fixing another coverity issue 2013-09-17 15:27:51 +02:00
DataStructures
Descriptors Moving DataStructures out of Plugin directory 2013-08-14 13:54:59 +02:00
Docs
Extractor
features cleanup indentation of ruby files 2013-09-18 08:16:19 +02:00
Library Fixing coverity issue 2013-09-17 14:47:15 +02:00
Plugins fixing coverity issue 1061045 Resource leak 2013-09-19 10:32:27 +02:00
profiles bike: normal speed on paths with asphalt, add tests 2013-09-12 14:15:50 +02:00
RoutingAlgorithms
Server fixing coverity issue 1046674 Uninitialized pointer field 2013-09-19 10:42:28 +02:00
test
Tools further adjustments to benchmark 2013-09-11 14:27:41 +02:00
Util Fixes coverity issue 1061545 Uninitialized scalar field 2013-09-17 15:06:12 +02:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.gitignore
.gitmodules
.travis.yml explicitly use boost 1.46 2013-09-05 21:43:12 +02:00
AUTHORS.TXT
CMakeLists.txt removing boost::chrono timers 2013-09-05 21:33:10 +02:00
contractor.ini
createHierarchy.cpp
extractor.cpp use boost program_options in extractor 2013-08-14 15:15:35 +02:00
Gemfile add test for process error codes 2012-09-28 15:29:13 +02:00
Gemfile.lock add test for process error codes 2012-09-28 15:29:13 +02:00
LICENCE.TXT
profile.lua
Rakefile
README.md
README.TXT
routed.cpp removing dead code 2013-09-17 15:15:52 +02:00
server.ini
typedefs.h move windows specific defines behind define-fence 2013-08-14 11:58:23 +02:00

Readme

For instructions on how to compile and run OSRM, please consult the Wiki at

https://github.com/DennisOSRM/Project-OSRM/wiki

or use our free and daily updated online service at

http://map.project-osrm.org

References in publications

When using the code in a (scientific) publication, please cite

@inproceedings{luxen-vetter-2011,
 author = {Luxen, Dennis and Vetter, Christian},
 title = {Real-time routing with OpenStreetMap data},
 booktitle = {Proceedings of the 19th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems},
 series = {GIS '11},
 year = {2011},
 isbn = {978-1-4503-1031-4},
 location = {Chicago, Illinois},
 pages = {513--516},
 numpages = {4},
 url = {http://doi.acm.org/10.1145/2093973.2094062},
 doi = {10.1145/2093973.2094062},
 acmid = {2094062},
 publisher = {ACM},
 address = {New York, NY, USA},
}

Current build status

build config branch status
Project OSRM  master Build Status
Project OSRM  develop Build Status
LUAbind fork  master Build Status