Skip to content

Jiawen-CS/02225-Distributed-Real-time-System-Group11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

02225 Distributed Real-Time Systems — Group 11

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.


Repository Structure

.
├── 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

About

This is a project for DTU course 02225, made by group11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors