Is WiFi tracking implemented on protocol tk103 (5002)?

renaud7 years ago

I am wondering if there is any code to support wifi tracking with tk103 protocol.
I just received a vjoycar T580W tracker, and it sends something like this:

283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323035333529283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323035343529283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323035353529283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323036303529283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323036313529283836343736383031303934323033322c445735302c3230362c302c3430312c34353732362c322c35303a38373a38393a46413a30303a30302a2d36382a362c35303a38373a38393a46413a30303a30312a2d36382a362c3330303131372c31323036323529

Which decoded gives:

(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120535)(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120545)(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120555)(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120605)(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120615)(864768010942032,DW50,206,0,401,45726,2,50:87:89:FA:00:00*-68*6,50:87:89:FA:00:01*-68*6,300117,120625)

But there doesn't seem to be any geolocation with wifi

Anton Tananaev7 years ago

Here is a relevant thread:

https://github.com/tananaev/traccar/pull/2837

Basically, it's not implemented yet.