Questions tagged [udpclient]

UdpClient (System.Net.Sockets.UdpClient) is a .NET-Class allowing to send and receive UDP-Traffic.

575 questions
-2
votes
1 answer

UDP-Java Socket how can I exceed args.length > 2 to test how robust the client server connection is?

I tried to enter a different IntetAdress object with google.de before it was initialized to null, which does not make a difference in output. How can I prompt the if-else statement with args.length > 2 to test if, for instance, the usage method…
Dimitri Williams
  • 628
  • 1
  • 6
  • 18
-3
votes
1 answer

Difference between UDP Client and Socket

I'm a beginner in C# .net I did saw some tutorials for creating socket and send Read data and some tutorials creating "UDPClient" send and receive the data Which one is better "Socket" or "UDPClient" and what is difference give any example.
Rajendar
  • 11
  • 2
-3
votes
1 answer

Java multiple UDP clients listening same port

Say I start a simple UDP server: nc -u localhost 10000 And a simple UDP client: nc -ul 10000 Then is it possible, in Java, to receive the messages sent by the server without getting an "Address already in use" exception because there's already a…
Tim Autin
  • 6,043
  • 5
  • 46
  • 76
-3
votes
1 answer

Least privellages for UDP Listener?

I have a windows service that is listening to UDP packets and forwards them (as well as other things) via HTTP and I'm interested in giving it the least privileges as possible. I'm unsure whether UDP listening requires special/admin privileges? I am…
Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152
-3
votes
1 answer

How to easly compress image files into small size?

friends! Please, if anybody knows how to compress image files through standart java tools? I want to send image files through UDP packets but I'm getting exception that images size is too large!!! Please, any suggestions!!!
Bob
  • 1
  • 1
  • 4
1 2 3
38
39