Skip to content

ustutt-ipvs-vs/schedule_augmentation_MKFirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmentation Procedure for the (m,k)-firm Elevation Policy

This repository provides the generral augmentation procedure, using a TSN schedule as an input and prolonging/deferring its transmission slots to account for the additional delays induced by elevated traffic. For a more tightly coupled integration with a modern TSN scheduler (and an improved implementation of transmission graphs), you may want to look at our integration with FIPS.

This repository is part of the paper An (m, k)-firm Elevation Policy for Weakly Hard Real-Time in Converged 5G-TSN Networks. For more context please refer to this document: https://doi.org/10.5281/zenodo.19224732

When using this code, please cite:

TODO add reference to our paper

Requirements

  • Boost: used to build our shuffle graphs
  • nlohmann_json: used to read input data.

Install requirements

Only tested with Linux / WSL.

Install cmake:

sudo apt-get install cmake

Install CXX compiler:

sudo apt-get install build-essential

Install boost:

sudo apt-get install libboost-all-dev

Install gcc: At least gcc 14 is required.

Build

If you wish to modify the compile flags, please modify CMakeLists.txt. Otherwise, you can simply run:

mkdir release
cd release
cmake ..
cmake --build .

Execute

./DgmExec -t ../data/topology.json -s ../data/streams.json -z ../data/transmission_output.json --e_streams ../data/emergency_streams.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors