ns2中的恶意节点

时间:2016-02-16 06:15:07

标签: networking routing ns2

我在ns2中为AODV路由协议

实施恶意节点时出错
$ns at 0.0 "[$node_(0) set ragent_] hacker"

Screenshot is given, please help me to get rid of the error

3 个答案:

答案 0 :(得分:1)

验证您的节点创建代码。错误信息本身非常清楚。

  

看起来,你没有将它定义为node_(0)。

答案 1 :(得分:0)

  

ns at 0.0“[$ node_(0)set ragent_] hacker”

取决于您在aodv.cc中定义的内容。 (“黑客”或“恶意”。)

示例,aodv-malicious_ns235.patch第8-10行:

+if(strcmp(argv[1], "hacker") == 0) {
+malicious = true;
+return TCL_OK;

恶意信息http://www.linuxquestions.org/questions/tags/malicious/https://groups.google.com/forum/?fromgroups#!searchin/ns-users/malicious|sort:date/ns-users/meRJq7W0ZkQ/zV3WcZHlAQAJ→→10/11/14

答案 2 :(得分:0)

尝试一下。按照您的定义使用恶意软件或黑客。

$ns at 0.0 "[$n1 set ragent_] malicious