Anyone know what format this is, tried "watch" but did not help

HÃ¥vard Wahl5 years ago
[3G*8800004006*0010*LK2,0,0,80,0,0,1]

Cheap Chinese car tracker

Anton Tananaev5 years ago

It is watch format, as far as I can tell.

jbaterdenea year ago

If needs to connect new trackers from china:

https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/protocol/WatchProtocolDecoder.java

242 } else if (type.equals("LK")) {

242 } else if (type.equals("LK") || type.equals("LK2")) {

Anton Tananaeva year ago

Please send a pull request.