Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamararingas/sockets

Java networking chat application. Facilitates communication between two clients through a server using UDP.
https://github.com/tamararingas/sockets

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.