I am developing a web application in PHP which will receive messages through the UDP protocol. The devices on the other side are broadcasting messages for specific port and I just want to listen on this port and save all those messages. I was trying to do this without success. There was always have to specify the IP from where you can receive messages. Is this possible in PHP? I already did it in Java, so I assume it is practically possible, but not sure for PHP technology.
Thanks for the answers in advance.