* feat: Implement logic to generate way-2-nodes mapping and convert from way-2-speed to nodes-2-speed for OSRM
Issue: https://github.com/Telenav/osrm-backend/issues/22
* fix:Comments and typo in traffic generator.
* fix: Fix the issue of protocal and refine function names
* fix: Remove suffix of "100" for telenav wayids
* feat: Add unit test for generatespeedtable
* fix: Avoid upload test pbf into git
* feat: Handle traffic flow and add related unit test
* Update Readme
* fix: enable real function
(cherry picked from commit 81015b9977847ffe61c7e8793e1cecb229727a07)
* docs: fix a typo
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