New Events Traccar Mobile App

Carlos Mukoyi 4 years ago

Hi Anton,

We would like to create a button in the traccar mobile app that can trigger an event like SOS on the platform
Is there any documentation we can use to configure the event n the traccar web and what format it must come from mobile app.
Can attributes be used for this

Anton Tananaev 4 years ago

We already have SOS support in Traccar Client. You should probably clarify what you are trying to do.

Carlos Mukoyi 4 years ago

Thanks for quick response.
Yes the SOS funtionaliy if its already exist will be used as is.
We are needing 2 buttons in app one to check in when you start work and one to check out when you finish.
Which events can we implement for this.

Anton Tananaev 4 years ago

There's no step by step guide for something like this. Just study the code and implement it in the same way.

Carlos Mukoyi 4 years ago

ok good. Which files implement events or decoding.
I have experience in C# so will have to figure out the java code.

Carlos Mukoyi 4 years ago

Thanks Anton in advance

Carlos Mukoyi 4 years ago

Please