文件名称:NS2基础以及实例介绍
文件大小:786KB
文件格式:PPT
更新时间:2013-09-13 05:33:41
NS2
ns2的安装以及简单的实例介绍 $ns_ node-config -adhocRouting $opt(adhocRouting) -llType $opt(ll) ;# LL层 -macType $opt(mac) ;#MAC层 -ifqType $opt(ifq) ;#接口队列 -ifqLen $opt(ifqlen) ;#接口队列长度 -antType $opt(ant) ;#天线类型 -propInstance [new $opt(prop)] -phyType $opt(netif) ;#物理层类型 -channel [new $opt(chan)] ;#信道 -topoInstance $topo ;#拓扑结构 -wiredRouting OFF -agentTrace ON -routerTrace OFF -macTrace OFF