K
K
Kirill Gorelov2017-10-22 16:25:37
satellite navigation
Kirill Gorelov, 2017-10-22 16:25:37

Your gps tracker with output to your server?

Guys, I want to write my own small application for monitoring the gps tracker of my car for experience and for the sake of interest!
I know that there are many such applications and a lot of open source. But I want to write mine.
Actually what is the question.
Is there any gps tracker that can send coordinates to my server. Where I will already process them and display them on Yandex maps.
I looked, there are a lot of such trackers, but it is not written whether they can send coordinates to my server.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander, 2017-10-22
@NeiroNx

I did this on the Chinese TK110, but the code died along with the server screw. And it’s quite possible to do this - the python service parsed the data transmitted by the tracker over a TCP connection and added them to the file database, the PHP script read the necessary data on request and gave it as a page with a map.

S
Stanislav Makarov, 2017-10-23
@Nipheris

https://www.traccar.org/devices/
Since you can set any device from the above list on Traccar, then it will also be possible on your software. As mentioned above, any normal tracker should allow you to register the host and TCP port on which it will knock and transmit data using its own protocol.

N
nozzy, 2017-10-23
@nozzy

For myself, I made a GPS tracker on my phone (Android)
and a server on Laravel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question