Hi guys,
Is there any way in Java to take one Multicast address and find out the separate addresses of all the participants in the Multicast group?
I'm inspecting DatagramPackets that come in over a link and I was wondering if the DatagramPacket method getAddress () would return the address of the machine that sent it or the address of the Multicast group
Any help would be appreciated,
Thanks




Reply With Quote