To run these programmes the Python server will first need to be started using the commands below. Either a Python or C client can then be started.
python3 server.py ../../config.yaml
python3 client.py ../../config.yaml
make
./networking ../config.yaml
make clean
diff tiny.txt ../python/server/tiny.txt && diff hamlet.txt ../python/server/hamlet.txt
The above command should produce no output if everything has worked correctly