Ernest-K / bus-based-arq-simulation

Discrete event simulation of bus-based arq system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%