Skip to content
Advertisement

Tag: communication

UDP communication between Java and C#

I’m trying to communicate a Java program with a C# one but it’s not working. The code is really basic, here it is: This is the Java client And here it is the C# server The c# server is a Unity file, I mean, I execute it from Unity, so Start is the first method called. I would like them

Advertisement