- Notifications
You must be signed in to change notification settings - Fork8
Performance evaluation of Zigbee based on NS2
NotificationsYou must be signed in to change notification settings
yongsen/ns2_zigbee
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Performance evaluation of Zigbee based on NS2
This repository includes the codes of the undergraduate thesis.
zigbee_topology.scn
: network topology in 3Dzigbee.tcl
: network script written in tclthr_drop_delay.awk
: eualuation script written in awkdata/
: results of delay, throughput, jitter, and packet loss rateout/
: figures of resultsdemo/
: demos of namthesis_Chinese.pdf
How to
make sure
zigbee_topology.scn
andzibee.tcl
are in the same foldercd to the folder by terminal
run
ns zigbee.tcl
run
awk -f thr_drop_delay.awk zigbee.tr
to get performance resultsrun
gnuplot [xxx].dat
to get performance plots where[xxx].dat
has the performance results