This repository contains the work for 02225 Distributed Real-Time Systems at DTU. It is organized into two mini-projects, each tackling a different aspect of real-time scheduling.
.
├── mini-project-1/ # Single-processor scheduling analysis
│ ├── src/ # Analysis, simulation, and main script
│ ├── tasksets/ # CSV task set definitions
│ ├── resultplots/ # Generated Gantt charts and plots
│ ├── results.txt # Full console output log
│ └── requirements.txt
│
└── mini-project-2/ # Network scheduling
├── src/ # Loader, model, scheduler, simulation, analysis
├── testcases/ # JSON topology/streams/routes per test case
├── results/ # Pre-computed CSV results
└── requirements.txt