The project's report is in the exploits & report file.
To test the functionalities of client and server, perform the following operations.
test
folder a file containing a list of commands. The name of the file must be $TEST_NAME.in
.test
folder a file containing the expected outputs coming from the server. The name of the file must be $TEST_NAME.expected
test.sh
script. To this end, simply add the following line after the already present tests:execute_single_test $TEST_NAME
.