There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Java application communicating between a client and a server using Java’s UDP sockets. The reliability of the communication was ensured by the application using UDP’s unreliable data transfer services. The protocol used integrity check, timeout and retransmission as needed for this purpose.