K
K
Khkystou2016-09-25 23:30:58
PHP
Khkystou, 2016-09-25 23:30:58

Socket server in PHP for receiving data from a GPS beacon. Who has any thoughts?

That's interesting. Has anyone tried to receive data from a gps tracker in php? Can't implement socket server in php. It seems to work, but there is no data. The decision on pure php, without everyones and other is interesting. Just a server, dedicated ip and php. Who has any thoughts on this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2016-09-25
@xmoonlight

Install WireShark (sniffer) and monitor: something comes from the beacon and what exactly.

S
Sergey, 2016-09-26
Protko @Fesor

Who has any thoughts on this?

tcpdump, netcat and forward to writing your own servers (if it works over TCP). You just keep in mind that most likely there is a protocol on top of it. You can look for node.js implementations and try porting to php.

E
Eduard Gilmutdinov, 2016-09-29
@edgi

I am interested in this topic myself. Here I posted the implementation on node.js in open access, but I need to finish it a bit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question