Skip to content

Project 1 for Computer Systems at The University of Melbourne

Notifications You must be signed in to change notification settings

samuel-x/COMP30023-Simple-C-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP30020-Proj1

Project 1 for Computer Systems at The University of Melbourne, 2018 Semester 1.

The project was to create a simple multithreaded server in C that could serve simple GET requests. Any other requests are discarded.

Usage: Compile the file with make ./server <port number> <home directory>

You can use the test folder to try serving requests.

The test_script.sh was a bash script provided to us to test the server.

Feel free to give it a go! 💪

About

Project 1 for Computer Systems at The University of Melbourne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published