![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: udp broadcastby haukex (Bishop) |
on May 13, 2020 at 09:08 UTC ( #11116744=note: print w/replies, xml ) | Need Help?? |
I think you don't need to set up all those options the way you did, the following is enough for me to recieve UDP broadcasts.
Test via echo "Hello World" | socat - UDP-DATAGRAM:255.255.255.255:4210,broadcast Of course, if you've got a firewall, it has to allow incoming UDP packets on that port.
In Section
Seekers of Perl Wisdom
|
|