Open Source Routing Machine - C++ backend
Go to file
2013-08-06 14:01:03 +02:00
Algorithms Fixing build of tools 2013-08-06 12:28:19 +02:00
cmake Automatic rebuild 2013-07-19 16:58:13 +02:00
config default cucumber profiles doesn't run @todo or @stress tests 2013-06-30 10:37:25 +02:00
Contractor Implement #495 2013-08-05 18:37:42 +02:00
DataStructures Moving node data structure into more meaningful class name 2013-08-05 19:35:47 +02:00
Descriptors Implement #495 2013-08-05 18:37:42 +02:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor Moving node data structure into more meaningful class name 2013-08-05 19:35:47 +02:00
features reverting premature checkin 2013-08-06 14:01:03 +02:00
Library use exceptions instead of hard abort 2013-08-05 17:28:57 +02:00
Plugins Implement #495 2013-08-05 18:37:42 +02:00
profiles pull request moved to develop branch: roundabout handling from car profile moved to bike profile 2013-07-30 21:37:57 +02:00
RoutingAlgorithms First implementation of moving the algorithmic core into a library 2013-06-26 19:48:22 -04:00
Server use exceptions instead of hard abort 2013-08-05 17:28:57 +02:00
test increase stxxl allocation used in tests, to avoid reallocation 2013-01-02 00:02:48 +01:00
Tools Fixing build of tools 2013-08-06 12:28:19 +02:00
Util Moving node data structure into more meaningful class name 2013-08-05 19:35:47 +02:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.gitignore Trigger rebuild of fingerprint everytime 2013-07-19 14:38:12 +02:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml check release and debug builds in travis 2013-07-31 11:33:23 +02:00
AUTHORS.TXT authors 2012-01-31 23:23:42 +01:00
CMakeLists.txt Platform specific linker flags 2013-07-23 11:49:23 +02:00
contractor.ini Removing SRTM 2012-11-22 17:23:49 +01:00
createHierarchy.cpp use exceptions instead of hard abort 2013-08-05 17:28:57 +02:00
extractor.cpp use exceptions instead of hard abort 2013-08-05 17:28:57 +02:00
extractor.ini Using Threads from parameter extractor.ini 2012-11-22 17:24:49 +01: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 Initial Import. 2010-07-09 09:05:40 +00:00
profile.lua readding profile.lua 2013-07-02 22:51:21 +02:00
Rakefile update rakefile for convenient cmake setup 2013-06-30 10:21:21 +02:00
README.md Updateing Readme to give proper reference (again) 2013-07-31 13:12:25 +02:00
README.TXT Adding the URL of the demo installation to README 2012-03-15 20:30:17 +01:00
routed.cpp Check for valid data files. Implements #224 2013-07-22 16:34:06 +02:00
server.ini First implementation of moving the algorithmic core into a library 2013-06-26 19:47:16 -04:00
typedefs.h use exceptions instead of hard abort 2013-08-05 17:29:34 +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