how can i get status about my tracking device in my mobile application through traccar API?

shivaraj.r6 years ago

Hi everyone,

i want to get status of tracking device , like distance between user and device or device is offline or online , i have mobile application at user end and tracking device at bus end ,so i want show status of the bus to user in his application , its like school bus tracking system so i want to send bus status after every 2 minutes to mobile application of user .

Thank you

Anton Tananaev6 years ago

You should use WebSocket API for live updates. See official web app for more information.

shivaraj.r6 years ago

Thank you got you help
which official web app, do you mean portal?

Anton Tananaev6 years ago

I mean Traccar official web app:

https://github.com/tananaev/traccar-web

shivaraj.r6 years ago

sorry i don't understand what you are suggesting me ..i am looking into the Traccar official web app but i am not getting anything.