Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.08 KB

CyclicSim

Different variants of Cyclic Shapers in TSN.

Our framework supports the simulation and evaluation of CQF, CSQF (3-queue CQF in TSN), and MCQF.

Table of Contents

Features

  • Cyclic Queuing and Forwarding (CQF)
  • Cycle Specific Queuing and Forwarding (CSQF)
  • Multi Cyclic Queuing and Forwarding (MCQF)

Installation

  • Clone the git repository
  • Import the folders - combinedShapers and inet
  • In the OMNeT++, import the folders as OMNeT++ project.

Reference

If you are using the framework and/or the code please use the following publication reference:

@INPROCEEDINGS{ccnc_debnath,
   title={CyclicSim: Comprehensive Evaluation of Cyclic Shapers in Time-Sensitive Networking}, 
      author={Rubi Debnath and Luxi Zhao and Mohammadreza Barzegaran and Sebastian Steinhorst},
      year={2024},
      eprint={2409.19792},
      archivePrefix={arXiv},
      primaryClass={cs.NI},
      url={https://arxiv.org/abs/2409.19792}, 
}