3570
|
1 |
|
|
2 |
ns-3 stats example
|
|
3 |
|
|
4 |
The example script wifi-example-db.sh in this directly will run
|
|
5 |
through the entire process of running a simple experiment. It assumes
|
|
6 |
sqlite3 is installed as it uses the sqlite3 data output format of the
|
|
7 |
statistics package. It also assumes it is being run from the
|
|
8 |
examples/stats/ subdirectory of the ns-3 package, together with its
|
|
9 |
gnuplot script. When the script completes successfully, a graph will
|
|
10 |
be have been produced in examples/stats/wifi-default.eps demonstrating
|
|
11 |
output from this example.
|
|
12 |
|
|
13 |
More information on the statistics package and this example is
|
|
14 |
available online on the ns-3 wiki at:
|
|
15 |
|
|
16 |
http://www.nsnam.org/wiki/index.php/Statistical_Framework_for_Network_Simulation
|