NS2
文章平均质量分 66
qq_20662425
这个作者很懒,什么都没留下…
展开
-
NS2 添加新协议
#ifndef ns_pings_h#define ns_pings_h#include "agent.h"#include "tclcl.h"#include "packet.h"#include "address.h"#include "ip.h"struct hdr_pings { char ret; //ret,如果包由来自发送方到被ping的节点时将会被设置为‘0’,在返回的路上,它将会被设置为‘1’。 double send_ti...原创 2022-04-12 21:34:34 · 608 阅读 · 1 评论 -
NS by Example
目录OTcl Linkage联接OTcl Linkage 联接添加新的基础网络对象去扩展NS,通常需要从C++代码中得到OTcl linkage(联接), 对象的类用C++来编写由于它的高效性。 本节介绍了NS中C++/OTcl联接, 并给出新建一个简单的名叫"MyAgent"代理的示例,"MyAgent"代理没有任何行为(i.e. no packet creation and transmission). Figures 18到 21列出了C++ source file for "My..原创 2022-04-06 20:12:13 · 335 阅读 · 0 评论 -
NS2问题解决
问题一:When configured, ns found the right version of tclsh in /usr/bin/tclsh8.6but it doesn't seem to be there anymore, so ns will fall back on running the first tclsh in your path. The wrong version of tclsh may break the test suites. Reconfigure and r.原创 2022-03-11 19:19:46 · 641 阅读 · 1 评论 -
NS2,使用threshold来计算无线传输模型的传输矩离
$cd /Documents/ns/ns-2.35/indep-utils/propagation/$g++ -lm threshold.cc -o threshold原创 2022-03-11 15:55:55 · 255 阅读 · 0 评论