A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
80211b.c File Reference

This program is used to generate plots found in the paper Guangyu Pei and Tom Henderson, "Validation of ns-3 802.11b PHY model", available online at http://www.nsnam.org/~pei/80211b.pdf. More...

Go to the source code of this file.

Detailed Description

This program is used to generate plots found in the paper Guangyu Pei and Tom Henderson, "Validation of ns-3 802.11b PHY model", available online at http://www.nsnam.org/~pei/80211b.pdf.

It can be compiled as a C program and relies on a library installation of the GNU Scientific Library (gsl). To compile: gcc 80211b.c -o 80211b -lm -lgsl -lgslcblas

The executable output should be redirected into a text file 80211b.txt ./80211b > 80211b.txt

Then gnuplot can load the associated plot file which references 80211b.txt: gnuplot 80211b.plt

Definition in file 80211b.c.