Is there a way to join an Ethernet multicast group?All documentation I found is about adding an IP group.
I have an app that uses 2 multicast channels, so _sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
This is in Java, but I can always revert to C via JNI if needed. I have a system with two NICs, each connected to a distinct subnet. I want to use multicast (in parti开发者_开发知识库cular, SDP) to d
I am looking for an alternative to using UDP multicast on the .NET Framework and am looking for suggestions.
So, I\'ve been trying to figure out exactly why this isn\'t working but I haven\'t a clue. I\'ve managed to send packets from the iPhone and receive them on my Mac. And according to tcpdump my mac is
I have some code like this: InetAddress bind = InetAddress.getByName(\"192.168.0.1\") MulticastSocket socket = new MulticastSocket(new InetSocketAddress(bind,0));
I\'m trying to understand the rules for choosing an IPv6 multicast address Group ID, and the RFC seems somewhat inconsistent.For example, in RFC 2373 section 2.7 this diagram is shown:
I have problems to open an multicast socket in Erlang to receive messages: 88> gen_u开发者_如何学编程dp:open(5353,[{reuseaddr, true}, {ip,{224,0,0,251}},{multicast_ttl,4},{multicast_loop,false},bi
I am wondering for the 开发者_开发知识库udp multicast to work, router must support it?Multicast is based on dynamically generated trees that can (theoretically) span the entire internet. These multica
I have an application that is sending some UDP packets using multicast. I looked at the network traffic and there seems to be a lot of ancillary packets related to using multicast. I don\'t totally un