QoS of Voice over 802.11 using NS2

General Description
Reports and Presentations
Simulator Enhancements
Simulator Scripts (Tcl)
Analyzing  Results (Perl)
 
Scripts:Description:
first-part-run.pl

Runs the simulator and analizes results (using other scripts) with different number of voice connections each run. 

second-difs-run.pl

Runs the simulator and analizes results (using other scripts)
with different values of DIFS of the Access Point each run. 

second-cwmin-run.plRuns the simulator and analizes results (using other scripts)
with different values of CWmin of the Access Point each run.
second-pf-run.pl

Runs the simulator and analizes results (using other scripts)
with different values of PF of the Access Point each run. 

latency.plCalculates the average latency of all arrived packages (application layer) with a specified protocol (cbr/tcp).  
throughput.plCalculates the average throughput (per station) of application layer data with a specified protocol (cbr/tcp).  
packetloss.plCalculates percentage of packetloss out of all packets sent by application layer with a specified protocol (cbr/tcp).  
updown-link-thr.plCalaculates the downlink and the uplink throughput of application layer data with a specified protocol (cbr/tcp).  
thr-one.pl

Calculates the throughput of a single node of application layer data with a specified protocol (cbr/tcp) - total size of recieved data divided by the simulation time.

Click here to get the .zip of these scripts