网站大量收购独家精品文档,联系QQ:2885784924

在NS2中增加新的路由协议.docx

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在NS2中增加新的路由协议

分类:?/norbert_jxl/article/category/1484995MANET路由协议2014-05-26 14:04?5人阅读?/norbert_jxl/article/details论(0)?javascript:void(0);收藏?/norbert_jxl/article/details报/tag/NS2NS2Writing routing protocol is fairly easy in NS2, but for beginners it seems very difficult. Therefore, if you are new to NS2 and want to write your own routing protocol, I would strongly recommend to revise AODV source code. Because, I believe AODV source code is straightforward and fairly easy to understand due to the simplicity of the AODV protocol.Before you begin reading this paper, I assume that you have already installed NS2 on Linux. I have used version 2.35, which is current release. If you have not installed yet, DOWNLOAD?/project/showfiles.php?group_id=149743package_id=169689release_id=58864HERE?and INSTALL. Okey, simple requirements to write your own routing protocolNS2 installedYou should know how to program in C/C++.Optionally, shell scripting and perl.Let’s start with creating directory of routing protocol. Goto the?“$NS_ROOT/ ns-2.35/”. Create directory named as?wfrp, we call it?WSN?Flooding-based?Routing?Protocol?in which sink nodes periodically send a beacon message and other nodes construct route towards the sink nodes. Then nodes report to sink node every certain period using UDP protocol. Direct Diffusion may be an example of such protocol, but what we are writing is simpler and has more functionalities.1mkdir?wfrpIn the directory we create three files :?/sfiles/wfrp/wfrp.ccwrfp.cc,?/sfiles/wfrp/wfrp.hwrfp.h,?/sfiles/wfrp/wfrp_packet.hwrfp_packet.h. Download and put these files in?wfrp?directory. I will not explain the code here, and if you don’t understand just leave comment I will try to answer.Now, we are going to modify following files. Therefore it is better you backup these files before you start adding new protocol, so that you can easily go back.$NS_ROOT/Makefile$NS_ROOT/queue/priqueue.cc$NS_ROOT/common/packet.h$NS_ROOT/trace/cmu-trace.h$NS_ROOT/trace/cmu-

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档