Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 534 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 534 Bytes

Java UDP Chat Application.

Java networking chat application. Facilitates communication between two clients through a server using the User Datagram Protocol, with checksum calculations for data integrity validation.

The application can be run through terminal windows. Download the the three classes: Server, Client1 and Client2. Then compile the classes by running the javac command on each of them. Then to run the classes do this in three different terminal windows and use the java command on them and begin communicating.