Tagged Questions
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 ...
2
votes
4answers
241 views
As a developer, do I need to fully understand multicasting protocols such as IGMP, PIM-DM and PIM-SM?
We utilise multicasting in our application to efficiently broadcast updates to clients connected to middle-tier(s). I'm continually asked by network engineers about "how our multicasting works" and ...
1
vote
2answers
127 views
multicast basics - lost data
Is it a basic principle on reading multicast data that if your application doesn't process
the next datagram that's come in before another one comes in that the first one is essentially
overwritten? ...
1
vote
1answer
582 views
receive multicast from specific network interface on Linux
I'm trying to receive a multicast data from specific network interface on CentOS 5.5
sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
memset(&addr, 0, sizeof(addr));
addr.sin_family = AF_INET;
...
0
votes
1answer
77 views
Java Multicast Recieve Data and Parallel Processing
I am writing a class in Java to simplify the process of connecting to, joining, sending, and receiving data from a multicast group. Please have a look at the sample below before I describe my ...
0
votes
0answers
99 views
Multicasting Problem
I am programming a multicast environment scenario. The source is sending the content to a multicast address say 239.0.1.1. on the other end a client wants to join this multicast address. The actual ...
0
votes
2answers
66 views
Create a multicast router
How can i make my laptop to act as a multicast router.
I need to stream video content to other computers with in same network. How can i make my laptop to work as a multicast router.