Open Source Routing Machine - C++ backend
Go to file
2013-10-30 11:42:05 +01:00
Algorithms License change to (simplified) 2-clause BSD. Good riddance, AGPL 2013-10-14 13:42:28 +02:00
cmake Remove old facade from UUID generation 2013-10-15 14:31:31 +02:00
config cuke profiles for running @todo or @bug tests 2013-09-05 19:18:04 +02:00
Contractor Move edge-based node out ouf surrounding class 2013-10-15 14:35:36 +02:00
DataStructures return if removal of shmem segment was successful 2013-10-29 18:43:11 +01:00
Descriptors replace FLT_EPSILON with proper C++ variant 2013-10-15 18:42:25 +02:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor state type of template class member function explicitly 2013-10-15 14:35:35 +02:00
features support capitalized option names in extract/prepare 2013-10-12 09:59:42 +02:00
Library remove debug output 2013-10-30 11:41:06 +01:00
Plugins removing completed todo markers 2013-10-15 14:35:34 +02:00
profiles bike: normal speed on paths with asphalt, add tests 2013-09-12 14:15:50 +02:00
RoutingAlgorithms inverting assertion 2013-10-15 14:32:41 +02:00
Server less verbose output 2013-10-30 11:42:05 +01:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
Tools add simple lock barrier tool to block the flow of queries 2013-10-23 13:31:05 +02:00
Util reinstate previous regex 2013-10-21 12:00:52 +02:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.gitignore add all binaries to ignore list 2013-10-15 14:32:43 +02:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml explicitly use boost 1.46 2013-09-05 21:43:12 +02:00
CMakeLists.txt link against on linux/gcc 2013-10-28 14:51:20 +01:00
datastore.cpp warn if shared memory segment could not be allocated properly 2013-10-29 18:52:13 +01:00
extractor.cpp License change to (simplified) 2-clause BSD. Good riddance, AGPL 2013-10-14 13:42:28 +02:00
Gemfile add test for process error codes 2012-09-28 15:29:13 +02:00
Gemfile.lock update ruby gems used for cucumber testing 2013-10-02 20:10:13 +02:00
LICENCE.TXT License change to (simplified) 2-clause BSD. Good riddance, AGPL 2013-10-14 13:42:28 +02:00
prepare.cpp change EdgeBasedNode namespace 2013-10-15 14:35:36 +02:00
profile.lua readding profile.lua 2013-07-02 22:51:21 +02:00
Rakefile use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
README.md Updateing Readme to give proper reference (again) 2013-07-31 13:12:25 +02:00
routed.cpp Merging and rebasing of develop into shared_memory 2013-10-15 17:04:53 +02:00
typedefs.h License change to (simplified) 2-clause BSD. Good riddance, AGPL 2013-10-14 13:42:28 +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