* chore: misc improve for telenav/osrm-backend docker * chore: improve entrypoint for easy integrated by CI * chore: fix profiles not found issue * chore: also support package and publish compiled data by .tar.gz * docs: update example * docs: update for compile data automation * docs: update item names * docs: add docker run * docs: update design doc
755 B
755 B
OSRM with Telenav Traffic Design (Draft)
Architecture
OSRMTrafficUpdater
- as client
- connect
TrafficProxybyRPC - convert contents from
RPCprotocol toOSRMrequiredcsvformat, then write to file
TrafficProxy
- as server
- provide traffic contents by region
- contents include at least
from node, to node, speed(bothfrom nodeandto nodeare come from original mapdata)


