Performance evaluation of Zigbee based on NS2
This repository includes the codes of the undergraduate thesis.
-
zigbee_topology.scn
: network topology in 3D -
zigbee.tcl
: network script written in tcl -
thr_drop_delay.awk
: eualuation script written in awk -
data/
: results of delay, throughput, jitter, and packet loss rate -
out/
: figures of results -
demo/
: demos of nam -
thesis_Chinese.pdf
How to
-
make sure
zigbee_topology.scn
andzibee.tcl
are in the same folder -
cd to the folder by terminal
-
run
ns zigbee.tcl
-
run
awk -f thr_drop_delay.awk zigbee.tr
to get performance results -
run
gnuplot [xxx].dat
to get performance plots where[xxx].dat
has the performance results