python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Multicast UDP communication using golang.org/x/net/ipv4 Not working even after copying comments to existing question
I couldn't comment on question which is essentially the same question I am asking but my code will not work. I have modified the same example they used so that it is a hybrid of the example and their ...
James Calo
Votes: 0
Answers: 0
Send UDP datagrams to multiple interfaces with multicast address
I have a Windows 11 machine that has two network interfaces:
192.168.1.16/24 (Wi-Fi: physical Ethernet connected to external router)
172.22.112.1/20 (vEthernet (Default Switch): internal virtual swit...
Robert Kalinke
Votes: 0
Answers: 1
UDP broadcast and multicast messages arrive but recvfrom does not receive anything
I am new to stackoverflow and also pretty much a beginner at programming and hope to find a solution here.
My code is written in C++ and should run on a computer on module with linux operating system....
Lucky_Luke
Votes: 0
Answers: 1
Why this multicast delegation isn’t working with functions in C#?
I'm a newbie in C# and exercising multicast delegation, I wrote this code:
class MyClass
{
public static double Calculate(int x, double z)
{
double Result = (x / z);
return Res...
Csharp Newbie
Votes: 0
Answers: 1