You can modify Traccar config to write data directly into your database.
Where do i find the config of the traccar
You can find info about config here:
Can i use the swagger.json file to Read and write the data into my database.
Swagger file is an API documentation.
i have built an app to show the real time location updates of an child app which actually sends the location updates to my server and my actual app while access the location of the Child app and show it in a google map .
So i have got one device tk103 and i want to show the location of the device on my app.Can you please guide me the steps to take it forward and show the location of the device on my App.
There are several options:
If i configure traccar.xml can i directly write the data into my database and get the real time updates in my Application
IS it enough to give the ip and port number of my server in the config file of traccar to directly write into my database.
You can configure data forwarding. See example in the following thread:
I am able to track my device tk103 in the traccar server.but,i want to integrate it in our application by getting the data from the traccar server and show it in the map of our application can anyone please guide me?