I'm not sure what your use case is.

We use the Stata implementation from S.Huber and C. Rust to do static routing. 
That is, we have a static list of starting points and ending points that we 
route in batch. You do have to build your routing maps first, and this takes a 
lot of memory, although this might depend on what area you are doing. We used 
the United States, and needed 64 GB to build the maps. Multiple threads are 
helpful for doing the routing.


I don't know about an interactive use in an off-line (air gaped) environment. 
But I also don't know why one would need an interactive use in such an 
environment.


The Stata program simply executes an operating system shell to run OSRM, so I 
imagine it would be very similar to something in C++.


https://www.uni-regensburg.de/wirtschaftswissenschaften/vwl-moeller/medien/huber/osrm_paper_online.pdf

osrmtime: Calculate Travel Time and Distance with OpenStreetMap Data Using the 
Open Source Routing Machine (OSRM) - 
uni-regensburg.de<https://www.uni-regensburg.de/wirtschaftswissenschaften/vwl-moeller/medien/huber/osrm_paper_online.pdf>
www.uni-regensburg.de
2 osrmtime: Calculate Travel Time and Distance processor capable, and takes 
advantage of OSRM (Open Source Routing Machine)2. OSRM is a high-performance 
open-source C++ routing engine for shortest routes on



________________________________
From: DigiMantra Technologies Ltd <karthikscm...@gmail.com>
Sent: Friday, May 17, 2019 12:16:07 PM
To: osrm-talk@openstreetmap.org
Subject: [OSRM-talk] Help - Off-line Routing

Dear All,

 I have joined to this group recently. I have requirement for having off-line 
map routing for our VC++ based windows desktop application. I felt OSRM would 
be right fit for this requirement.

Have you used OSRM for similar projects? If so, can you please share us 
guidl-ines for implementing OSRM onto VC++ off-line applications ?

Thanks,
Karthik
Phone : +91 7418346873
DigiMantra Technologies Ltd,
Chennai,
India - 600100

****WARNING**** This information may be confidential. It is intended only for 
the addressee(s) identified above. If you are not the addressee(s), or an 
employee or agent of the addressee(s), please note that any dissemination, 
distribution, or copying of this communication is strictly prohibited. If you 
have received this information in error, please destroy the information and 
notify the sender of the error. Thank you.
_______________________________________________
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk

Reply via email to