- 1、本文档共5页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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-
您可能关注的文档
- 服务器配置实训手册-周6课时.doc
- 计算机应用基础模拟题五套.doc
- 《服务器配置与调试实训报告》.doc
- 某某 汽车买卖合同.doc
- 黄强课件(监控有效讲义).ppt
- 2011信息考试选择题加判断4.24.doc
- 京驰无限定位业务介绍.ppt
- 2012武安元宝山调试.docx
- 文化共享杯——全国文化信息资源共享工程知识与技能竞赛复习资料.doc
- 网络营销。叶飞.doc
- 新高考生物二轮复习讲练测第6讲 遗传的分子基础(检测) (原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第3讲 酶和ATP(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第9讲 神经调节与体液调节(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第8讲 生物的变异、育种与进化(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(检测)(原卷版).docx
文档评论(0)