可以使用aodv协议来完成吗?使用etx度量等。我尝试使用OlSR但做不到it.here是我跟随http://www.inf.ufrgs.br/~wlccordeiro/resources/olsr/README.html的链接,但它显示olsr_parameter.h文件,当我安装时,它不存在于olsr文件夹中。如何在ns2中实现它。
发布于 2018-04-21 20:16:52
olsr_parameter.h文件
该文件不再出现在更新后的(2016)文本中,README.md https://github.com/wevertoncordeiro/olsr-ns2 ...页面http://www.inf.ufrgs.br/~wlccordeiro/resources/olsr/README.html ...更新为“2月26日,2010,8:58:13 PM”。
ETX示例script-olsr-etx.tcl在最新版本的UMOLSR上运行正常。( @Weverton Cordeiro补丁olsr.patch除了一些名为Weverton Cordeiro的行之外,根本不会对"UMOLSR latest“进行任何更改)
OLSR (UMOLSR),ns-2.35:
tar xvf ns-allinone-2.35_gcc5.tar.gz ( 2014..2017 update )https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing
cd ns-allinone-2.35/
patch -p0 < umolsr-ns235_v1.0-2014.patchhttps://drive.google.com/file/d/0B7S255p3kFXNeVZhWFVVZlJnUEU/view?usp=sharing
./install
cd ns-2.35/
# make install示例,olsr-ex_02.18.tar.gz https://drive.google.com/file/d/17BUzR9siaKi0tsuWpeA6gMf02BItoi1N/view?usp=sharing
所有~3000 ns2模拟https://drive.google.com/drive/folders/0B7S255p3kFXNSmRYb2lGcDRUdWs?usp=sharing
所有约300个ns2补丁程序https://drive.google.com/drive/folders/0B7S255p3kFXNZ2lWZDBRSW40Q00?usp=sharing
https://stackoverflow.com/questions/49952205
复制相似问题