/clock-driven-scheduler

Clock driven scheduler written in C++

Primary LanguageC++

clock-driven-scheduler

This repository contains the final project for the course "Real Time Operating Systems" of the Master's Degree in Computer Engineering.

The software contained is written in C++, and it simulates the behaviour of a clock driven scheduler. See the related PDF document to fully understand how it works.

Usage

$ cd src
$ make
$ sudo ./application-ok

Contributor(s)

Francesco Vetere <francescovetere1997@gmail.com>

Lorenzo Tonazzini <https://github.com/lorenzotonazzini>