You can use some existing protocol. For example, this one:
Hi bro, Thank you for your kind response, ill check it out, but is there any API because we are currently using licensed application we like to move to TRACCAR. if isn't any way ill do as your suggestion
Thank You
we already finished server app for our tracker we just want to post data to TRACCAR API or stire directly in DB :)
Traccar supports more than 100 different protocols (basically ways to post data), so I don't see any reason for adding yet another option to the API. You can use the protocol that I gave the link for. It's an HTTP-based protocol, so you can consider it as an API.
ok thank you bro ill use this one :) , thank you so much ,have a niz day
Hi Bro,
i have another doubt how should i push data to traccar protocol, which one should i do POST method / GET method or TCP Port, could you explain.
You can do GET or POST. This particular protocol doesn't check HTTP method.
when i send this dummy data
http://ipaddress:5055/?id=4700294235&lat={13.6666}&lon={80.23000}×tamp={2016-01-27%2018:55:47}&hdop={3}&altitude={33}&speed={23}
what i get is
The ipaddress page isn’t working
ipaddress didn’t send any data.
ERR_EMPTY_RESPONSE
i just followed like in this URl https://www.traccar.org/osmand/
and i post like below
http://IPADDRESS:5055/?id=4700294235&lat=13.6666&lon=80.23000×tamp=2016-01-27%2018:55:47&hdop=3&altitude=33&speed=23
So, what response code do you get?
i think 200 because it doesn't give any error message , it's just a empty window/browser screen.
but when i asked to support team they said we didn't get any data in application UI.
Code 200 means that everything works correctly. Check server logs to verify it.
ok bro ill check and revert back
THANK YOU BRO :)
Dear Friends,
Post data from another application to traccar API/Application, may i know the steps or procedure to push data from another application to TRACCAR application
Thanks In ADVANCE