Skip to content

Simoerk/A3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompSys A3 solution README

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.

To run a Python server from within the python/server directory:

python3 server.py ../../config.yaml

To run a Python client from within the python/server directory:

python3 client.py ../../config.yaml 

To compile the C client from within the src directory:

make

To run C client from within the src directory:

./networking ../config.yaml

To clean C client from within the src directory:

make clean

To check correctness of results from within the src directory:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors