NS2无线网络模拟程序报错,求解答
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NS2无线网络模拟程序报错,求解答相关的知识,希望对你有一定的参考价值。
无线网络的模拟,使用《NS-2网络模拟基础与应用》(国防工业出版社,方路平,刘世华,陈盼等编著)一书中的代码以及网上找到的代码在运行时总是报错,已经注意修正过Tab键的问题,仍然报错如下:
$ ns wireless.tcl
num_nodes is set 3
(_o3 cmd line 1)
invoked from within
"_o3 cmd node-config-adhocRouting DSDV -llType LL -macType Mac/802_11 -ifqType Queue/DropTail/PriQueue -ifqLen 50 -antType Antenna/OmniAntenna -propTyp..."
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret]
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o3" line 2)
(SplitObject unknown line 2)
invoked from within
"$ns node-config-adhocRouting $val(rp) \
-llType $val(ll) \
-macType $val(mac) \
-ifqType $val(ifq) \
-ifqLen $val(ifqlen) \
-antType $val(ant) \
-prop..."
(file "wireless.tcl" line 41)
求大神指点,谢谢!
以上是关于NS2无线网络模拟程序报错,求解答的主要内容,如果未能解决你的问题,请参考以下文章
使用 cygwin 的网络模拟器 2(ns2)给出错误:“无法在 cygwin 中执行二进制文件 exec 格式错误”