Problem with h02 protocol.

Luis Chavez5 years ago

Hi, I have a server with more that 100 devices working with taip protocol, but I need add some devices MT02S (http://www.vodofo.com/en/index.php/Product/detail/cat_en_name/vehicle-tracker-mt02s.html).

The protocol it's similar to h02.

Example:

2019-07-30 23:59:56  INFO: [c96ace56: h02 < xxx.xx.xxx.xx] HEX: 2a48513230303836313930333232383030353231322c42412641303735393534323534313331383931303032363736303632303130303331303731392642303130303030303030302643303033313830353d264630303239265232353035265630313333264b303033313023

Using the HEX Decode the output is:

*HQ200861903228005212,BA&A0759542541318910026760620100310719&B0100000000&C0031805=&F0029&R2505&V0133&K00310#

But the output isn't similar like show in https://raw.githubusercontent.com/traccar/traccar/master/tools/test-integration.py on h02 example.

...
'h02' : '*HQ,123456789012345,V1,121300,A,6000.0000,N,13000.0000,E,0.00,0.00,010112,ffffffff,000000,000000,000000,000000#',
...

The device identifier is 861903228005212.

Any else has an idea with what protocol works? :(

Anton Tananaev5 years ago

Try Upro protocol.

Luis Chavez5 years ago

:O Thanks! Looks similar, I will try!