feat: Define thrift protocol with traffic service and implement logic which generates traffic update file for OSRM - OSRM with telenav traffic architecture - Define traffic protocol in thrift and generate de-coding code - Implement logic to pull result from traffic server and generate csv which could be used for OSRM customization Closes #1, #2, #3
879 B
879 B
OSRM with Telenav Traffic Design (Draft)
Architecture
OSRMTrafficUpdater(need to implement)
- as client
- connect
TrafficProxybyRPC - convert contents from
RPCprotocol toOSRMrequiredcsvformat, then write to file
TrafficProxy(need to implement)
- as server
- provide traffic contents by region
- contents include at least
from node, to node, speed(bothfrom nodeandto nodeare come from original mapdata) - known issues/questions:
- can not compile
OSMmapdata to traffic graph?
- can not compile


