Tagged Questions

0
votes
1answer
33 views

Collection replication using multicast

Hi, need a technology (open source or build myself) usable from C# that allows me to in one process maintain a “master” collection of objects (says a Dictionary of Customer objects …
1
vote
3answers
54 views

Determine the remaining TTL of a multicast packet in Java

If I have a Java program that listens to multicast data, how can I tell what the remaining TTL of the incoming datagram is? I know how to set the TTL on the sending multicast so …
2
votes
2answers
70 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 …
3
votes
3answers
440 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 ho …
2
votes
2answers
77 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 env …
3
votes
4answers
81 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 …
0
votes
3answers
48 views

Finding the MAC address of the sender of a multicast UDP message in Python?

I have some code that listens for "announcements" via UDP multicast. I can get the IP address of the sender, but what I really need is the MAC address of the sender (since the IP a …
3
votes
2answers
260 views

C# UDP multicast sockets - how to handle link failures

Hi, 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 s …
0
votes
1answer
36 views

How can I send data to multiple IPs in VB.NET with TCP/IP sockets?

I have an array of IP addresses, and I want to send the same data to all of them. I could just send the loop code that sends data but I think there's a better way of doing this. I …
0
votes
2answers
25 views

Communication between JBOSS AppServer and Client via multicast

Hello everyone, I am new to JBOSS. I am trying to write an mBean that will communicate from within the AS across a multicast channel using JGroups. The code I'm using in my mBean i …
0
votes
3answers
106 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 sig …
2
votes
2answers
102 views

Link-scope IPv6 Multicast packets suddenly not routable on a MacBook Pro?

Hi all, This is a slightly obscure question, but I'm stumped and I thought maybe somebody out there might have more of a clue on the issue. My co-worker has been successfully run …
0
votes
0answers
83 views

C# UDP decoding datagrams fails randomly

Hi, I'm experiencing an issue in a multi threaded application and have been debugging it for the last 3 days but for the life of it can not figure it out. I'm writing this, hoping …
0
votes
1answer
42 views

OpenSUSE multicast not working?

I'm trying to do multicast dns on OpenSuSE through a trusted java applet<->, and my attempts to find anything on the network are silently blocked! What could be the problem?
1
vote
1answer
122 views

IPv6 multicast addressing: Are all “Group IDs” considered valid/user-assignable?

Hi all, I'm seeing some "interesting" behavior in my program's link-local IPv6 multicast routines. It seems that if I set any of the upper 16 bits of the 112-bit Group ID field, …

1 2 3 4 next
15 30 50 per page