Tag Archives: communications

A Simple Java UDP Server and UDP Client 13

For a class I am taking, we are testing out a simple UDP Server and UDP Client to demonstrate what each one does and how sockets work. They are pretty small and give you a good idea about how a UDP Server opens up a port, and then the UDP Client sends or receives data [...]