Dear Andreas, I'm currently playing with a C++ routing app which is using the Boost Graph Library A* implementation. It's fast and flexible. You can see the code here:
http://code.google.com/p/modosmapi/source/browse/trunk/mod_osm/router.cpp (part of my codebase for a new C++ 0.5 api) It's not yet finished or very efficient in other respects (I'm currently calculating the weights for each edge on the fly - rather than pregenerating) - but might be a good foundation. And if you wait a couple of weeks I should have a working demo... If you've any questions, feel free to drop me a line. Best wishes, Alex 2008/7/15 Andreas Volz <[EMAIL PROTECTED]>: > Hello, > > I think the routing algorithm in OpenRouteService.org is really good. I > would like to use it in my open source C++ application. So: > > Is OpenRouteService.org routing source code available? > > Is OpenRouteService.org routing source code written in C or C++? If not > it may be possible to port to C++. > > Is there anywhere a C or C++ library that calculates a route with OSM > data? > > regards > Andreas > > _______________________________________________ > Routing mailing list > [email protected] > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/routing >
_______________________________________________ Routing mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/routing
