问题:NS-3 OpenFlowIntegration
: not enabled (Required boost libraries not found)
解决方法:
$ sudo apt-get install libboost-signals-devlibboost-filesystem-dev
===================================
附ns-3 openflow安装方法:
1.安装要求:
The OFSID(OpenFlow software implementation distribution)requires
a. libxml2 (for MPLS FIB xml file parsing),
$sudo apt-get install libxml2 libxml2-dev
b.libdl (for address fault checking),
c.and boost (for assert) libraries to be installed.
$ sudo apt-get install libboost-signals-devlibboost-filesystem-dev
2.安装
In order to use the OpenFlowSwitch module, you must create and linkthe
OFSID (OpenFlow Software Implementation Distribution) tons-3.
To do this:
#1 Obtain the OFSID code. An ns-3 specific OFSID branch is providedto ensure
解决方法:
$ sudo apt-get install libboost-signals-devlibboost-filesystem-dev
===================================
附ns-3 openflow安装方法:
1.安装要求:
The OFSID(OpenFlow software implementation distribution)requires
a. libxml2 (for MPLS FIB xml file parsing),
$sudo apt-get install libxml2 libxml2-dev
b.libdl (for address fault checking),
c.and boost (for assert) libraries to be installed.
$ sudo apt-get install libboost-signals-devlibboost-filesystem-dev
2.安装
In order to use the OpenFlowSwitch module, you must create and linkthe
OFSID (OpenFlow Software Implementation Distribution) tons-3.
To do this:
#1 Obtain the OFSID code. An ns-3 specific OFSID branch is providedto ensure

在NS-3中整合OpenFlow时遇到'NS-3 OpenFlow Integration: not enabled (Required boost libraries not found)'的问题。解决方法是通过安装必要的库文件,如libboost-signals-dev和libboost-filesystem-dev。详细步骤包括使用mercurial下载特定分支的OFSID代码,运行waf进行配置和构建。最后,在ns-3中配置并链接OpenFlow库,确保'NS-3 OpenFlow Integration'被启用。
最低0.47元/天 解锁文章
1413





