我尝试在ubuntu2.35平台( NS2 12.04)中添加地理路由协议。我有协议的所有相关文件,并应用所有的步骤来添加它。但是在编译到NS2时,我得到了以下输出:
[output][1]有谁能帮我解决这个问题吗?
发布于 2020-03-22 23:45:11
正在尝试在NS2.35中添加地理路由协议,...ubuntu 12.04
2014更新,ns-allinone-2.35_gcc5.tar.gz https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing
更新的地理补丁,geo+ns2-3D_ns235.patch-3 https://drive.google.com/file/d/16a0dyDl4QGVgf4onr2KlV___HRZjagAf/view?usp=sharing
Ubuntu 12.04.5,Geo 3D
tar xvf ns-allinone-2.35_gcc5.tar.gz
cd ns-allinone-2.35/
patch -p0 < geo+ns2-3D_ns235.patch-3
./install
cd ns-2.35/
sudo make install
cp ns ns235-geo3D
sudo cp ns235-geo3D /usr/local/bin/
cd indep-utils/cmu-scen-gen/setdest/
sudo cp setdest /usr/local/bin/setdest3D
## Simulation ##
ns235-geo3D wireless3D.tcl模拟示例,Okt 2021更新: geo3D-ex-3.tar.xz https://drive.google.com/file/d/17s3NuCnDmq7gKhPe4T1_5x5CPaJeKXML/view?usp=sharing
~3000 ns2 (不含https://drive.google.com/drive/folders/0B7S255p3kFXNSmRYb2lGcDRUdWs?usp=sharing )
https://stackoverflow.com/questions/60794571
复制相似问题