This application opens a socket to allow for network inputs of 9 digit numbers, of up to 5 concurrent client. These 9 digit numbers are logged and duplicates ignored
This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-01-25 22:04:41 +00:00
.gitignore Initial commit 2021-01-25 13:57:29 -08:00
Main.java Initial commit 2021-01-25 13:57:29 -08:00
README.md Update README.md 2021-01-25 22:04:41 +00:00
Server.java Initial commit 2021-01-25 13:57:29 -08:00
SocketThread.java Initial commit 2021-01-25 13:57:29 -08:00

To compile: java -c *java

To run: java Main