Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 948 Bytes

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 948 Bytes

RoutingEngine

Graph routing engine. Couple of algorithms combined in one library written in Cython

LGPLLicense

Main features:

  • Read graph from file
  • Route from A to B

What it should do:

  • take A to B points
  • return list of verticies and edges
  • return list of turns
  • long running (endless loop)
  • recive command throu command line

Why Python? By using relatively simple programing language we can focus more on the algorithm rather than get stick to all this memory issues while building application in C

If you are interested, I can provide a paid support for this library. Also we are reciving a donnations throu PayPal, to continue work on this project. Catch me on: [email protected]

I can also be involved in commercial projects about graph and routing algorithms. Just write me an email!