Hello
I have old tracking system witrh Oracle Database and i want to transfer / copie the positions that are in this old systems to TRACCAR in real time.
How can i do this ?
API have just a GET method for positions.
Can i insert manually in table positions ?
What is the best way ?
Thanks
You can't use API for that. You would either need to use one of the protocols to push data, or write it directly into the database.
Ok thanks
I will use osman protocol with http request
Hello
I have old tracking system witrh Oracle Database and i want to transfer / copie the positions that are in this old systems to TRACCAR in real time.
How can i do this ?
API have just a GET method for positions.
Can i insert manually in table positions ?
What is the best way ?
Thanks