This project was built for SENG 360 (Security Engineering) at the University of Victoria. The full assignment requirements can be found in requirements.pdf
.
For extensive method documentation, see the /docs/
folder.
The code was written by Kyle Thorpe and Daniel Frankcom.
-
To run the code, first compile with
javac *.java
-
Next, run a server with
java Messenger server
If authentication is required, the password is
hunter2
-
Finally, run a client with
java Messenger client
If authentication is required, the password is
hunter3
Follow the prompts in the GUI for connection and communication