hansemandse / tdmsim

A Markov-model based TDM network simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDMsim

A Markov-model based TDM network simulator.

Configure the network within the source file TDMsim.cpp and compile and run it with g++ -O5 -g -o TDMSim TDMsim.cpp && ./TDMSim. Results for injection rate and avg. and max latencies are printed in a properly named CSV file.

About

A Markov-model based TDM network simulator

License:MIT License


Languages

Language:C++ 100.0%