<span style="background-color: rgb(255, 255, 255); font-family: sans-serif; font-size: 13px; line-height: 18.200000762939453px;">Hello, I'm trying to get how OSRM routing algorithm works.</span><p style="border: medium none; margin: 0px 0px 13px; padding: 0px; font-size: 13px; line-height: 18.200000762939453px; max-width: 700px; font-family: sans-serif; background-color: rgb(255, 255, 255);">I downloaded the Project-OSRM-Web-0.1.11 and I understood the client implementation of the query, but I also got the server implementation(I downloaded Project-OSRM-Develop). Compiling Project-OSRM-Web-0.1.11 in NetBeans(html compilator) I have the same result as <a href="http://map.project-osrm.org/" style="color: rgb(48, 96, 168); text-decoration: none;">http://map.project-osrm.org/</a> ; writing start/end I do a query to the server, that automatically gives me a response.</p><p style="border: medium none; margin: 0px 0px 13px; padding: 0px; font-size: 13px; line-height: 18.200000762939453px; max-width: 700px; font-family: sans-serif; background-color: rgb(255, 255, 255);">Now I'd like to see and understand better the server implementation, using my own files in Project-OSRM-Develop, and, if possible, I'd like to change something in the routing algorithms(I have my own way to weight nodes and archways). Thank you everybody</p>