An Open Source MTSP Implemenation for Task Optimization
This is based off planetcolonizer and uses OSRM for the route calculations.
The API runs through ServiceStack and the project is built to run on linux with mono.
Caching is done with redis and uses the ServiceStack.Redis client.
Othodromic distance calculator from here.
Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE
####Download OSM files*####
*Merge multiple files them with osmconvert
Download and compile osmconvert
cc -x c osmconvert.c -lz -O3 -o osmconvert
Merge files
./osmconvert fileone.osm filetwo.osm filethree.osm -o=merged.osm
####Run OSRM####
####Setup Redis Server####
sudo apt-get install redis-server
####Tools####