/Networks-Coursework

Networks coursework for the Networks and Systems module

Primary LanguageJava

***

To launch the server, run "server.sh"; to launch the client, run "client.sh".

***

Both files already include default parameters (127.0.01 and 4444); the classes themselves default to these values
if they are removed.

***

Compiled classes are placed in ./out/production/Networks-Coursework. Logs are placed into ./logs.

***

Tests were run using Java 8.