Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 335 Bytes

FSMonitor

A FileSystem monitor written in C

This system is composed by a client and a server program. The server can monitor a path for changes (creation, deletion, editing of files and folders) and notify this changes to registered clients.

This project has been developed for the System Programming course at La Sapienza, Rome.