Welcome![Sign In][Sign Up]
Location:
Search - ns nam-1.

Search list

[Linux-Unix2

Description: 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
Platform: | Size: 3451 | Author: shilei | Hits:

[Linux-Unix2

Description: 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms -N2 examples look# Create a simulator objectset ns [new Simulator]# Define different colors for data flows# $ Ns color 1 Blue# $ Ns color 2 Red# Open the nam trace fileset nf [open out-1.nam w] $ ns namtrace-all $ nfset f0 [open out0.tr w] set f1 [open out1.tr w]# Define a finish procedureproc finish () (global ns nf $ ns flush-trace# Close the trace file close $ nf# Execute nam on the trace file exit 0)# Create four nodesset n0 [$ ns node] set n1 [$ ns node] set n2 [$ ns node] set n3 [$ ns node]# Create links between the nodes $ ns duplex-link $ n0 $ n2 1Mb 10ms
Platform: | Size: 3072 | Author: shilei | Hits:

[Windows Developlan-exp

Description: 有线网络NS下TCL脚本 经测试可行 生成NAM以及TRACE文件可供分析 修改-NS cable networks have been tested under the TCL script to generate a viable NAM, as well as amendments to TRACE file for analysis
Platform: | Size: 2048 | Author: 凌峰 | Hits:

[Windows Developns-11

Description: NS下经行有线网络模拟的脚本文件 可生成TRACE文件以及NAM -NS under the Analog line cable network script file can be generated as well as the TRACE file NAM
Platform: | Size: 1024 | Author: 凌峰 | Hits:

[Communicationns2-simple2

Description: 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 procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 } -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 procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 }
Platform: | Size: 1024 | Author: Ranjeet | Hits:

[matlabnsout

Description: NS 仿真软件输出结果的分析。有NAM 和 MONITOR输出结果的具体分析,希望对大家有用。-NS simulation software output analysis. MONITOR output with NAM and the specific analysis, we want to be useful.
Platform: | Size: 349184 | Author: 斤欠 | Hits:

[Internet-Networkping521

Description: 主要是NS2的学习过程中相应代码进行了编写,包括对NS2中自带的ping协议进行了修改,使其直接存放在NS的目录下,并在更改协议名字的条件下,可以正常运行,经过调试,最后通过,出现nam;包括对例子程序进行了更改以便成功调试和同时对其进行了注释;包括吞吐量的分析的文件。-NS2 in the learning process is mainly the corresponding code has been written, including the native NS2 ping protocol was modified to directly stored in the NS directory, and change the agreement in the name of the condition, can be normal operation, after debugging, and finally passed, there nam including examples of a change process in order to successfully debug and comment were carried out simultaneously including the throughput of the file.
Platform: | Size: 12288 | Author: 朱爽 | Hits:

[Internet-Networknssimples

Description: #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 procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 } -#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 procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 }
Platform: | Size: 1024 | Author: noname | Hits:

[SCMns-tutorial

Description: The purpose of these pages is to make it easier for new ns users to use ns and nam, to create their own simulation scenarios for these tools and to eventually add new functionality to ns. I
Platform: | Size: 140288 | Author: manolin | Hits:

[SCMwireless

Description: 无线网络的NS仿真,可以执行,生成nam文件显示数据发送过程,对初学者有帮助-NS simulation of wireless networks, generate nam documents show that the process of data transmission for beginners
Platform: | Size: 2048 | Author: plj | Hits:

[SCMwired_wireless

Description: 无线和有线,混合网络的NS仿真,可以执行,生成nam文件显示数据发送过程,对初学者有帮助-NS simulation, wireless and wired hybrid networks, to generate nam documents show that the process of data transmission, for beginners
Platform: | Size: 2048 | Author: plj | Hits:

[Software EngineeringAn-Introduction-to-NS--Nam-and-OTcl-scripting.pdf

Description: Nam and NS introduction by MIT scientist Mr. Morre.
Platform: | Size: 555008 | Author: pinky | Hits:

[Software Engineeringexample1b

Description: Tcl script for ns which simulates a simple topology learn how to set up nodes and links, how to send data from one node to another, how to monitor a queue and how to start nam from your simulation script to visualize your simulation.
Platform: | Size: 1024 | Author: ajeet | Hits:

[Internet-Networkdemo

Description: 入门的ns tcl例程,从ns建立,到node建立,link,到out.nam输出等都过程清晰 并且包含awk分析代码和gnuplot代码文件.-Getting Started with the the ns tcl routines, from ns settling to the node to establish, link to out.nam output all clear
Platform: | Size: 44032 | Author: jumile | Hits:

[Program docihab

Description: set val(ifqlen) 50 set val(nn) 3 set val(rp) DSDV set val(x) 500 set val(y) 400 set val(stop) 150 set ns [new Simulator] set tracefd [open simple.tr w] set windowVsTime2 [open win.tr w] set namtrace [open simwrls.nam w] $ns trace-all $tracefd $ns namtrace-all-wireless $namtrace $val(x) $val(y)-set val(ifqlen) 50 set val(nn) 3 set val(rp) DSDV set val(x) 500 set val(y) 400 set val(stop) 150 set ns [new Simulator] set tracefd [open simple.tr w] set windowVsTime2 [open win.tr w] set namtrace [open simwrls.nam w] $ns trace-all $tracefd $ns namtrace-all-wireless $namtrace $val(x) $val(y)
Platform: | Size: 2882560 | Author: ihab | Hits:

[Linux-UnixMarc-_Greis-NS2.tar

Description: he purpose of these pages is to make it easier for new ns users to use ns and nam, to create their own simulation scenarios for these tools and to eventually add new functionality to ns
Platform: | Size: 2566144 | Author: kumar | Hits:

[Internet-Networkwpan_demo3

Description: TCL script FOR 20 NODES PEER - TO - PEER NETWORK. Plese run NS wapn_demo3.tcl command on command line and it will generate NAM file and TRACE file for data analysis. This trace file is used for analysis of ETE delay, throughput and packet drop for wpan network.
Platform: | Size: 3072 | Author: pankil | Hits:

[Internet-Networknsg2_wireless

Description: aohoc无线仿真,使用aodv路由协议,ns命令即可出现nam图像。-aohoc wireless simulation using aodv routing protocol, ns command can occur nam image.
Platform: | Size: 1024 | Author: 夜半207 | Hits:

[Othercode

Description: AODV, NS-2,NETWORK SIMULATOR,PROJECT
Platform: | Size: 73728 | Author: ilg | Hits:

[Otherzlib-1.2.3

Description: NS 2.35 VERSION which contains installation file
Platform: | Size: 563200 | Author: shishu | Hits:
« 12 »

CodeBus www.codebus.net