搜索资源列表
nssimples
- #Create a simulator object set ns [new Simulator] #Define different colors for data flows (for NAM) $ns color 1 Blue $ns color 2 Red #Open the NAM trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a finish proce
Tcl-script-for-implementing-AODV-routing-protocol
- Descr iption: This network consists of 22 nodes. After creating the nam file and trace file, we set up topography object. Set node_ ($i) [$ns node] is used to create the nodes. Here we set the initial position for the every node by using init
Tcl-script-for-implementing-DSDV-routing-protocol
- Descr iption: This network consists of 3 nodes. After creating the nam file and trace file, we set up topography object. Set node_ ($i) [$ns node] is used to create the nodes. Here we set the initial position for the every node by using initial_no
zigbee_master
- ns2_zigbee === ==== Performance evaluation of Zigbee based on NS2 This repositories includes the codes of my undergraduate thesis. 1. zigbee.scn: network topology in 3D 2. zigbee.tcl: network scr ipt written in tcl