//
archives

Archive for

Analysis of 802.11 MAC code in NS-2

0. MAC in ns-2 LAN is within Berkeley Architecture, WLAN cannot create with “newLan” command Ethernet could be created as a LAN with common bandwidth and delay. 1. The general structure of MAC related sourcecode: mac.cc, mac.h MAC class is derived from Bi-Connector class. Local Variables: pktTx_ pktRx_ Macstate_ : index_ : mac address Basic … Continue reading