Plug old tracking system to traccar

DeZ7 years ago

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

Anton Tananaev7 years ago

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.

DeZ7 years ago

Ok thanks

I will use osman protocol with http request