Tagged Questions
Multicast refers to one-to-many network transmission options, where packets will be automatically propagated just to those nodes wishing to receive them. IP-based multicast is the common case, though other multicast implementations exist.
15
votes
6answers
8k views
Multicast in Python
How do you send and receive UDP Multicast in Python? Is there a standard library to do so?
11
votes
5answers
5k views
How do I choose a multicast address for my application's use?
How should I choose an IPv4 multicast address for my application's use? I may need more than one (a whole range perhaps ultimately) but just want to avoid conflicts with other applications.
Packets ...
7
votes
4answers
2k views
Erlang Multicast
How do you use gen_udp in Erlang to do multicasting? I know its in the code, there is just no documentation behind it. Sending out data is obvious and simple. I was wondering on how to add ...
6
votes
2answers
1k views
how to list rooms on socket.io nodejs server
after progress on the question how to create socket.io multicast groups, I found making rooms a great way to do what I needed.
However, it would be great to know about all the rooms, without an extra ...
6
votes
2answers
965 views
UDP Multicast Performance Under Load
I have a simple C# application that uses UDP multicast in a single-receiver, single-sender scenario. The goal is to get message delivery as fast as possible in a local network environment.
I have ...
6
votes
5answers
4k views
Setting up ehcache replication - what multicast settings do I need?
I am trying to set up ehcache replication as documented here: http://ehcache.sourceforge.net/EhcacheUserGuide.html#id.s22.2
This is on a Windows machine but will ultimately run on Solaris in ...
6
votes
4answers
3k views
Multicast support in .Net
In order to implement a network application that uses multicasts to send small periodic messages to other processes in the network, what choices do I have with regard to using APIs in the .Net ...
6
votes
2answers
2k views
Best tutorial for application multicasting?
I've recently become aware that there's a distinction between IP multicasting (which apparently doesn't work that well on the public internet) and application multicasting (which is apparently used in ...
5
votes
2answers
604 views
IPV6 link local multicasting
I'm trying to figure out how to do the equivalent of an IPV4 broadcast using IPV6.
I'm creating a non-blocking IPV6 UDP socket.
From the side broadcasting i'm literally just doing a sendto ...
5
votes
1answer
418 views
How do I determeine the source IP of a multicast packet in C#?
I need to determine the IP of a machine that has sent me a multicast packet, so that I can respond to it via unicast.
I'm using the following csharp (.Net 3.5) code to receive the packets over a ...
5
votes
3answers
999 views
How to send multicast messages and reuse a port in Erlang?
I have gotten a good start on my program, my first REAL Erlang program.
I have it listening for messages, reading them and parsing them. I also have it sending them.
The one little thing that is ...
5
votes
3answers
2k views
Need microsecond delay in .NET app for throttling UDP multicast transmission rate
I'm writing a UDP multicast client/server pair in C# and I need a delay on the order of 50-100 µsec (microseconds) to throttle the server transmission rate. This helps to avoid significant packet loss ...
5
votes
4answers
488 views
Multicast Send Performance
We recently completed an analysis of multicast sending performance. Happily, Java and C performed almost identically as we tested different traffic sending rates on Windows and Solaris.
However, we ...
5
votes
4answers
1k views
UDP Server Discovery - Should clients send multicasts to find server or should server send regular beacon?
I have clients that need to all connect to a single server process. I am using UDP discovery for the clients to find the server. I have the client and server exchange IP address and port number, so ...
5
votes
5answers
417 views
Is 1-to-n multicast on the open internet reliable?
I'm a newbie at networking. I understand the concept of multicast, but was wondering if it's reliable on the open/public internet?
It seems like sort of an edge case that different backbones or ISPs ...
5
votes
1answer
1k views
Java Multicast Time To Live is always 0
I have a problem with setting the TTL on my Datagram packets. I am calling the setTTL(...) method on the packet before sending the packet to the multicastSocket but if I capture the packet with ...
4
votes
1answer
46 views
Can't get the first method name in a multicast delegate
I have this code:
public void AddMenuRow(FuncInvoker i_FuncToAdd) // add a row to menu.
{
if (d_Lines == null)
{
d_Lines = new FuncInvoker(i_FuncToAdd);
}
else
{
...
4
votes
2answers
78 views
HTML5 + JS enough for LAN communication?
I've been brainstorming a webapp idea, something a la Turntable.fm but for LANs, that way all the computers on the SAME network aren't all downloading a song at the same time (killing bandwidth) but ...
4
votes
3answers
192 views
Selecting a Multicast IP Address
I'm having trouble understanding how multicast addresses work.
First off, is it true that if I have N clients or peers working on separate networks, they all subscribe to the same multicast group, ...
4
votes
2answers
558 views
IPv6 multicast addresses: Is the Group ID field effectively 112 bits or 32 bits?
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:
| 8 | 4 ...
4
votes
3answers
2k views
Creating a class for an interface at runtime, in C#
I'm looking at taking a set of objects, let's say there's 3 objects alive at the moment, which all implement a common interface, and then wrap those objects inside a fourth object, also implementing ...
4
votes
6answers
2k views
What's the most efficient protocol for reliable multicast?
When a sender needs to multicast a relatively large volume of data (say several megabytes per second) in a reliable way over Ethernet to a modest number of receivers (say less than a dozen) on the ...
4
votes
2answers
5k views
Multicast Join on Linux and IGMPv3
We've run into a thorny problem. We are writing a c++ program that receives multicast UDP traffic. We're in the process of moving our applications to a different network environment and our ...
4
votes
3answers
3k views
Need help with multicast udp server discovery in c#
As kind of a followup to this question I've gotten a solution working on my local machine, but not on a machine on the network.
I don't know too much about sockets other than that basics, so bear ...
3
votes
2answers
184 views
Linux multicast sendto() performance degrades with local listeners
We have a "publisher" application that sends out data using multicast. The application is extremely performance sensitive (we are optimizing at the microsecond level). Applications that listen to ...
3
votes
0answers
304 views
Multicast Support on Android in Hotspot/Tethering mode
I have a prototype Android app that is listening for multicast packets to 'discover' clients to communicate with. The socket set up is similar to this:
InetAddress group = ...
3
votes
1answer
137 views
What is the reliability of UDP multicast on a LAN?
Let's say that all receivers are connected to the same router, which is one hop away. What percent of UDP multicast packets should I expect to be dropped/lost in this setup?
3
votes
2answers
450 views
How to receive multicast data on a multihomed server's non-default interface
I have a linux server with two NICs (eth0 and eth1), and have set eth0 as default in "ip route." Now I would like to receive multicast packets on eth1. I have added "224.0.20.0/24 dev eth1 proto ...
3
votes
1answer
284 views
Python twisted framework multicast bind on specific interface
After searching high and low across the google i have not found the definitive answer to the following question:
by roughly following the following guide:
...
3
votes
3answers
452 views
Does Java NIO support broadcast or multicast?
I am searching if Java NIO implements broadcast. I need to create a peer that sends messages to other peers, using multicast or broadcast. I was searching in the API 1.6, but I don't find anything in ...
3
votes
2answers
292 views
Should I use List<IObserver> or simply Action<T> to keep track of an IObservable's subscribers?
I'm implementing the IObservable<T> interface on some classes. I used Reflector to figure out how this is typically done in Rx. Concerning how an observable keeps track of its subscribers and ...
3
votes
3answers
272 views
Performance implications of .net Events
We were having a discussion at the office on how to solve a particular problem and using an event was raised (no pun intended). The response was negative citing misuse and that they can be expensive.
...
3
votes
1answer
267 views
How to send a multicast ping using .NET?
How can I send a multicast ping in .NET ?
So that all computers on the network respond ?
3
votes
2answers
2k views
UDP Multicast over the internet?
I'm not sure how best to approach my problem. I have a service with runs on a remote machine with receives and process UDP packets. I want the service to be able to re-send these packets to anyone ...
3
votes
3answers
1k views
How to limit traffic using multicast over localhost
I'm using multicast UDP over localhost to implement a loose collection of cooperative programs running on a single machine. The following code works well on Mac OSX, Windows and linux. The flaw is ...
3
votes
2answers
1k views
Question about Multicast Delegates?
I am going through some exam questions for the 70-536 exam and an actual question one developer posted on his blog has popped up in my exam questions. I cannot remember what his answer was .... but ...
3
votes
6answers
2k views
C, Linux: Receiving data from multiple multicast address on same port - how to distinguish them? [closed]
Possible Duplicate:
Receving multiple multicast feeds on the same port - C, Linux
I have an application that is receiving data from multiple multicast sources on the same port. I am able to ...
3
votes
2answers
620 views
Receving multiple multicast feeds on the same port - C, Linux
I have an application that is receiving data from multiple multicast sources on the same port. I am able to receive the data. However, I am trying to account for statistics of each group (i.e. msgs ...
3
votes
5answers
952 views
Is there a way to test multicast IP on same box?
If I want to test a set of multicast IP programs (sender/receiver) without having to set up the networking, can this be done on the same box? If so, what needs to be setup or done differently?
3
votes
2answers
1k views
C# UDP multicast sockets - how to handle link failures
I'm working on a UDP Multicast library and got a question on how to properly handle link failures, disconnected/reconnected NIC cables, etc.
In my test I have the following setup:
2 servers sA and ...
3
votes
1answer
2k views
ehcache auto-discovery (via multicast) between 2 instances on the same host
I run 2 tomcat instances on the same host. Each instance runs the same web application which tries to communicate some ehcache caches via RMI replication. I use the autodiscovery configuration in ...
3
votes
1answer
889 views
Why would my java program send multicast packets with a TTL of 1?
I have a java client program that uses mdns with service discovery to find its associated server. After much testing on a single network with Windows, Fedora 10, and Ubuntu 8.10, we delivered a test ...
2
votes
3answers
163 views
Choosing a communication library for a distributed application
I started develop a distributed application and we have a big dilemma! We need a communication library easy to use and with the following features:
reliable communication
groups/channels
unicast
...
2
votes
0answers
63 views
python odd multicast socket exception
I have some example python code that I got from another stack overflow answer (can't remember where), that implements multicasting. The following code should set up a socket object for receiving ...
2
votes
0answers
61 views
Java Multicast sample program is unable to deliver packets within LAN (across hosts)
I am learning and trying to understand how Multicast is implemented in Java. I had developed a small program following the example given at ...
2
votes
1answer
41 views
Responding to out-of-scope multicast
How to respond to a multicast udp message sent from a different ip range?
I have a scenario in which I've implemented a simple SLP server (http://www.openslp.org/doc/rfc/rfc2608.txt) on a small ...
2
votes
1answer
140 views
Multicast vs Broadcast in LAN
Is there any advantage to using a multicast group to send messages rather than just broadcasting them to a specific port? I understand that when broadcasting, other computers that don't want the ...
2
votes
1answer
71 views
Multicasting in Java
I've got a lot of questions regarding this e.g.. Hence enumerating them:
Why do they use datagram sockets? Is there another alternative to them?
I'm trying to send objects over the datagram sockets ...
2
votes
0answers
75 views
questions about multicast
We all know that udp is not reliable,by learning unix network programming I add some hdrs about seq and ts to make udp reliable.the idea is simple.when the receiver receives a packet,it must send a ...
2
votes
1answer
116 views
Data broadcasting between instances of distributed server
I'm trying to get some feedback on the recommendations for a service 'roster' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to ...