Ruby IpV6 Multicast Sending and Receive
- by Francesco Vollero
Hi, as object i'm tring to create a client and server scripts in order to send and receive multicast packages over IPv6. In IPv4 everything work as well, but i cannot figure out how to change it in IPv6.
I start as basis from Multicasting In Ruby but seems ff02::1 isnt good for MULTICAST_ADDR.
Thanks in advance.