multicast
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.[详细]
2022-12-11 20:37 分类:问答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 address can and wil[详细]
2022-12-11 09:51 分类:问答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.[详细]
2022-12-11 06:12 分类:问答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 s开发者_Python百科ame box?If so, what needs to be setup or done diff[详细]
2022-12-11 00:06 分类:问答multicast ip address - blocked in call to recvfrom
i am writing a simple multicast application. i intend to run it on localhost. i have done the following:[详细]
2022-12-10 16:40 分类:问答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 lo[详细]
2022-12-09 19:05 分类:问答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.[详细]
2022-12-09 18:25 分类:问答