返回信息流刚安装好NS准备学习一下,有点小兴奋呢~~~
立马从网上下了一个别人的例程,运行就报错了。。。
invalid command name "Agent/rtProto/AODV"
while executing
"Agent/rtProto/AODV instproc init args {
$self next $args
} "
(file "aodv.tcl" line 19)
这到底是怎么一回事啊?
tcl的部分代码:
# ======================================================================
# Default Script Options
# ======================================================================
set opt(ragent) Agent/rtProto/AODV
set opt(pos) NONE
if { $opt(pos) != "NONE" } {
puts "*** WARNING: AODV using $opt(pos) position configuration..."
}
# ======================================================================
Agent instproc init args {
$self next $args
}
Agent/rtProto instproc init args {
$self next $args
}
Agent/rtProto/AODV instproc init args {
$self next $args
}
这是一条镜像帖。来源:北邮人论坛 / communications / #26505同步于 2016/5/7
Communications机器人发帖
NS小白求助
hamztx
2016/5/7镜像同步0 回复
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。