Hi
I am fairly new to Python and I am quite interested in seeing how the pyserver works to deliver the route finding service to the Cyclopath Android app.
I have checked through the code and see that it uses GraphServer to find the shortest path routes between two locations.
I am having trouble finding what file actually handles requests from a client application and then passes the parameters sent from the app along to the Route finding modules.
Can anyone point me in the right direction?
Thanks a lot.