Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 287 Bytes

slotted_aloha

A simple Slotted Aloha simulator in c.

usage

  1. make all
  2. make clean
  3. ./aloha

Sample Output

p = 0.040
Time Slots: 40
Total Attempted Transmissions: 12
Transmitted packets: 7
Ratio (Transmitted:Attempted) : 0.583333
Mean delay: 0.428571