ibutton driver identification for gl200 protocol

Lukas Z.6 years ago

Is driver identification by ibutton supported in gl200 protocol? Can I use Traccar in some way to block engine start for unprivilleged drivers if it is supported? Sure with proper Quecklink device (GV65L). I can see Command.TYPE_ENGINE_STOP and Command.TYPE_ENGINE_RESUME in https://github.com/traccar/traccar/blob/master/src/org/traccar/protocol/Gl200ProtocolEncoder.java so I suppose it is in some way...

Anton Tananaev6 years ago

Driver identification is supported for GL200 protocol.

Lukas Z.6 years ago

Thanks. Could You describe the right way to block engine when driver is not identified shortly please?

Anton Tananaev6 years ago

Traccar doesn't support automation like that. You would have to have some script and do it yourself.