Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tamararingas/sockets
- Owner: TamaraRingas
- Created: 2021-03-30T12:35:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T10:39:31.000Z (over 3 years ago)
- Last Synced: 2024-11-21T22:07:35.193Z (2 months ago)
- Language: Java
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.