in reply to How to properly send and receive data from multicast?
See the EXAMPLE section of 'perldoc IO::Socket::Multicast'my $socket = new IO::Socket::Multicast(Proto=>'udp', PeerAddr=>'239.1. +1.1:9999') or die "cannot create socket: $!\n"; $socket->send("this is multicast");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to properly send and receive data from multicast?
by Anonymous Monk on Sep 01, 2024 at 04:19 UTC | |
by cavac (Prior) on Sep 01, 2024 at 13:55 UTC |