搜索资源列表
ns-simple-trace.tcl.tar
- ns2 example for a beginner to create a trace file
cmu-trace
- To support simulations of S-MAC and other energy-efficient protocols, we have extended the energy model in ns-2. The old energy model did not have a sleep state. We added the sleep state. In addition, we also added energy consumption during state tra
trace-analyzer-2009-02-28.tar
- The trace analyser for NS-2.
tracanalyzer
- ns-2 trace analyzer file
awk
- awk scr ipt to analyze ns-2 trace file
trace_analyzer
- trace analyzer for NS-2
ns-simple-trace
- trace source file while sending from node to node
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
everything.pdf
- This document (ns Notes and Documentation) provides reference documentation for ns. Although we begin with a simple simulation scr ipt, resources like Marc Greis’s tutorial web pages (originally at his web site, now at http://www.isi. edu/nsnam/n
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
Tcl-script-for-implementing-DSR-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_nod
Tcl-script-to-create-dynamic-wirless-nodes-with-A
- Tcl scr ipt to create dynamic wirless nodes,set initial postion,and set color of node with AODV. Descr iption: In this program used to generate the nodes only there is no any other connection between the nodes. After creating the nam file and
Tcl-script-to-create-fixed-wirless-nodes-with-AOD
- Descr iption: This network consists of 3 nodes. In this program we generate nodes only there is no any other connection between the nodes. After creating than am file and trace file, we set up topography object. Set node_ ($i) [$ns node] is use
Attachments_2011_12_6
- Tra NS to convert to NS-2 trace files
delayjorge.awk
- scr ipt awk for delays calculation on ns-2 trace file
satellite.tar
- satellite trace example for ns-2
fsr-infoPcode
- implement zigbee in ns-2 some example trace file
Node-Initialization
- Three wireless nodes are created and they are configured with specific parameters of a mobile wireless node. After creating the nam file and trace file, we set up topography object. set node_ ($i) [$ns node] is used to create the nodes. Location of t
delay_lp_.awk
- awk file, this file manipulates a txt file, a trace file of ns, in order to calculate the average delay and the loss probability