Hello everyone,
on my local network, there is a udp broadcast sent by a server every 5 seconds. It is 120 Byte long.I am trying to set a socket in order to consume it:
IPAddress ip = IPAddress.Parse("192.168.127.162");
IPEndPoint ipe = new IPEndPoint(ip, 55555);
Socket socket = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.