Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 699 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 699 Bytes

Wifi packet transmission simulation

Project for Wireless and mobile networks, FI.

Wi-Fi performance simulation, using the aloha protocol as collision resolution algorithm.

Wifi2.py file, is the first part of proect. It returns the Rbps of data in a transmision with a raw Rbps of 1Mbps. Implements Exponential Backup algorith, but in this case we're only working with one transmissor. Anyway, it takes a random number of DIFS and waits before a new transmission.

Some SS of ejecution:

alt text

alt text

Written by Aldair Cortés