如何在下面提供的链接中从github为NS3构建和运行代码 https://github.com/mkheirkhah/mptcp
答案 0 :(得分:0)
它已经使用mptcp安装了ns3 https://github.com/mkheirkhah/mptcp 这是安装步骤,要逐步了解
我们已经在Mac(使用llvm-gcc42和python 2.7.3-11)和一些Linux发行版(例如,具有gcc4.4.7的Red Hat或具有gcc5.4.0的Ubuntu16.4)上测试了此代码。
克隆MPTCP的存储库 git clone https://github.com/mkheirkhah/mptcp.git 配置和构建 CXXFLAGS =“-Wall” ./waf配置构建 运行模拟 ./waf-运行“ mptcp”
答案 1 :(得分:0)
https://github.com/Kashif-Nadeem/ns-3-dev-git是https://github.com/teto/ns-3-dev-git/wiki的最新分支,始于mkheirkhah的分支。 它应该与最新的ns-3一起使用。与mkheirkhah的方法(我尚未检查它是否仍然有效)相比,它尝试重用TCP套接字代码,以便可以使用TCP套接字应用程序。您可以从https://www.researchgate.net/publication/313623789_An_Implementation_of_Multipath_TCP_in_ns3
阅读更多详细信息