Re: [OSRM-talk] inject request to OSRM

2020-12-13 Thread Nikhil VJ
Hi Evangelos, The actual OSRM is a backend api - you can see its docs here: http://project-osrm.org/docs/v5.23.0/api/# The frontend is a separate application made for demo purposes which uses the same api. Hit F12 to show browser console, go to Network > XHR. And then do some routing on the map.

[OSRM-talk] inject request to OSRM

2020-12-10 Thread evangelos spyrou
Hi all, We are in the middle of a project where we have to manually inject a request to our local OSRM server. Essentially, we want to make a routing request via the terminal (using a python script for example) from a specific IP and update the frontend at that PC. The question is how to inject