Hi,
I try since many days and after many google searchs to make a php script that cas listen on a UDP port and get data from paquets received on this port without any results.
I explain my situation : I have a program that transmit UDP paquets on port 5000, I verify with etheral if packets are received by the server that host my LAMP system, and it's ok. But I can't get paquets with php !
I tried fsockopen, socket_create with socket_recv and socket_listen but nothing work 😢((
for the moment I execute the php script as a normal script.. but the script will work as a CLI php script.
does anyone have a solution for me please ?
(and sorry for my bad english, i'm french :/)