Skip to content

Ernest-K/bus-based-arq-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bus-based-arq-simulation

Console arq system simulation created for the course digital device reliability and diagnostics

Run Locally

  • clone the entire repository
  git clone https://github.com/Ernest-K/bus-based-arq-simulation.git
  • run project
  cd bus-based-arq-simulation
  python main.py

Usage/Examples

Input parameters can be specified in main.py:

  • Number of transmitters
  • Size of message [b]
  • Size of packet [b]
  • Bandwidth [bps]
  Simulator([number-of-transmitters], [message-size], [packet-size], [bandwidth])

Example:

  Simulator(10, 512, 256, 64)

About

Discrete event simulation of bus-based arq system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages