欢迎来到天天文库
浏览记录
ID:314714
大小:1.03 MB
页数:57页
时间:2017-07-22
《毕业论文--无线传感器网络》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊无线传感器网络摘要随着协议在通信等领域的广泛应用,对协议的研究越来越重要。人们需要借助一定的平台来模拟通信协议。OMNeT++就是近年来在科学和工业领域里逐渐流行的一种优秀的网络仿真平台,它作为离散事件仿真器,具备强大完善的图形界面接口和可嵌入式仿真内核,可运行于多个操作系统平台,可以简便定义网络拓扑结构,具备编程,调试和跟踪支持等功能。OMNeT++主要用于通信网络和分布式系统的仿真。Gossiping协议是对Flooding协议的改进,节点将产生或收到的数据随机转发,避免了内爆
2、,但增加了时延.本文系统介绍了Flooding协议和Gossiping协议的仿真过程。Flooding协议和Gossiping协议是两个传统的网络路由协议,网络中的节点把收到的数据包发送给它的所有邻居节点或者随机选择一个进行转发,这个过程一直重复直到该分组到达sink节点或者该分组的生命到期。本文从如何设计模块开始,进而详细讲述了模块功能的实现,以及配置文件的编写。最后比较了这两个协议的通信流量,性能,时间效率。该仿真采用C++语言编程实现。关键词:C++;OMNeT++;Gossiping;仿真.第II页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线
3、┊┊┊┊┊┊┊┊┊┊┊┊┊AbstractWiththewideuseofprotocolinthecommunications,researchforprotocolbecomesmoreandmoreimportant.Peopleneedthehelpofsomeplatformstosimulatethecommunicationprotocol.OMNeT++isanexcellentnetworksimulationplatformwhichispopularinscientificandindustrialfieldinrecentyears.
4、Asadiscreteeventsimulator,ithasacompleteandpowerfulgraphicalinterfaceandhasanembeddedsimulationkernel.Itcanalsorunonmultipleoperatingsystemplatformsandcandefinethenetworktopologyeasilywithprogramming,debuggingandtracingsupportfunctions.OMNeT++ismainlyusedforcommunicationnetworksand
5、distributedsystemssimulation.GossipingprotocoldevelopsfromFloodingprotocol.Thenodewillforwardmessagesrandomlywhicharegeneratedorreceived.Itcanavoidtheimplosion,butwillincreasethedelay.ThispaperintroducesthesimulationofFloodingprotocolandGossipingprotocol.Floodingandgossipingprotoco
6、larethetraditionalnetworkroutingprotocols.Thenetworknodewillsendreceivedpacketstoallofitsneighborsorrandomlyselectanodetoforward.TheprocessisrepeateduntilthepacketreachesthesinknodeorTTLexpires.Thisarticlestartsfromthedesignofthemodule,andthenintroducestherealizationofthemodulefunc
7、tionindetailandthewayofwritingtheconfigurationfile.Finally,wecomparethetwoprotocolsincommunicationflows,performanceandtimeefficiency.Thesimulationwasprogrammedwithc++language.Keywords:C++;OMNeT++;Gossiping;simulation第II页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊目录1绪论12开发工具的介绍--OMNET++
8、和VC6.032.1OMNeT++框架32.1.1O
此文档下载收益归作者所有