Skip to content

patrykzabkiewicz/routing-engine

Repository files navigation

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!

About

a routing navigation engine in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages