Skip to content

Java networking chat application. Facilitates communication between two clients through a server using UDP.

Notifications You must be signed in to change notification settings

TamaraRingas/sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java networking chat application. Facilitates communication between two clients through a server using UDP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages