A
A
Abc Edc2014-09-29 18:05:19
PHP
Abc Edc, 2014-09-29 18:05:19

How to receive data from a tracker in PHP?

What are the ways to get from the GPS tracker to the server? to display, say, on the Yandex map itself (we are not talking about built-in output), that is, "shove" into, say, php _POST or _GET?
I found a cheap tracker
, as I understand it, it transmits via tcp / ip to the server and you don’t even need to buy a dedicated one, since the domain will suit him well, maybe he will turn to the domain and not through 192.***.**. , not the point. how to transfer this case from the server to php? please do not say that you need to climb into the Linux kernel, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-09-29
Protko @Fesor

maybe there is some high-level super method.

https://github.com/reactphp/socket
so via tcp or like this famously sends ip packets right away? Or maybe UDP? not enough information. First, figure out how it sends requests to the server, and how to catch them - that's the thing.

S
Sergey, 2014-09-29
@begemot_sun

IMHO, specialized servers should deal with the processing of information from trackers.
Look to the side: www.traccar.org (there is a map output there)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question