Traccar and its commands

Walter Spada 2 years ago

Traccar has its own set of commands but I had to use custom commands for some devices and it had me thinking.

Is there somewhere to find which devices will work with traccar internal commands? So there's no need to become crazy finding out by trial and error with every device.

Anton Tananaev 2 years ago

You can check it in the source code.

Kaldek 2 years ago
Anton Tananaev 2 years ago

I think better example is a protocol file, which tells you which commands are supported:

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

Walter Spada 7 months ago

Just found out some devices accept the same commands as in SMS while some accept the same but in hex.
Crazy how manufacturers handle the same stuff.