This repo contains material about the following course:
Name: Sistemi operativi 1
Teacher: prof. Bruno Crispo, Andrea Naimoli
Course: Informatica (Bachelor)
University: Trento
You can find the following material in the repo:
- lab/ - Laboratory lecture notes written in LaTeX, with sample code.
- lectures/ - Sample code given during theory lectures.
- project/ - An emulation of a home automation system, with instructions for use below.
Additional content related to this repo:
- unitn-sistemi-operativi - Theory lecture notes.
In the project
folder you can find the project assigned for the course.
The project revolves around a home automation system, with devices such as bulbs and windows represented as UNIX processes and managed by a tree-structured control system.
Information (in Italian) about the assignment itself can be found in the project/documents/
sub-folder. The ProgettoSO.pdf
is the initial task, while readme.pdf
is an overview of (Paolo, Ruben and mine)'s implementation with details about the protocol used.
To get started, simply move to the project
folder and type make
.
- Matteo Franzil - Laboratory lecture notes, project - mfranzil
- Paolo Baiguera - Project - baiguerapaolo
- Ruben Bettoni - Project - rubett
- Laura Scoccianti - Theory lecture notes - laurascotch