Networking >> Protocols >> TCP/IP >> Multicast >> How to test IP multicast using JGroups java librarydownload jgroups.jar from http://jgroups.org Assuming IP multicast address used is 224.10.10.10 and port is 5555 and all firewall rules are in place to allow connection from the sender machine and the receivers
On the receivers
On the sender
Once connected, whatever you type in the sender will appear in all the receivers.
|