Feel free to reference if you happen to take this module 💀.
The client is written in Python while the server is written in C++.
The project changes slightly from semester to semester so you probably need to make a couple of modifications...
To run the client use
python main.py. You may configure the IP address and port in a.envfile inclient/.To build the server you may use the shell script
compile.shthat I made for convenience. The executable (server) is found in theserver/build/folder.More details are found in
report/report.pdf.