Skip to content

File caching server developed as coursework for the Operating Systems course at the University of Pisa

Notifications You must be signed in to change notification settings

Alex23087/SOL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOL-Project

Repository for the final project for the Operating Systems course (year 2020 - 2021) at the University of Pisa.
The deliverable is a file caching server that saves files in main memory, and provides an interface to interact with it on an AF_UNIX socket.
The ClientAPI library then provides the client-side functions to interact with the server.

To run the project with the provided tests:

$ make all
$ make test1

About

File caching server developed as coursework for the Operating Systems course at the University of Pisa

Topics

Resources

Stars

Watchers

Forks