floodlight搭建

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了floodlight搭建相关的知识,希望对你有一定的参考价值。

先要执行如下命令否则会报错:

sudo apt-get update

然后开始安装jdk和eclipse:

sudo apt-get install build-essential default-jdk ant python-dev eclipse

然后就是漫长的安装过程。。。

下载最新floodlight源码树:

git clone git://github.com/floodlight/floodlight.git

又是漫长的安装过程。。。

进入floodlight目录,执行如下命令:

git submodule init

git submodule update

ant

第一次执行以上命令结果如下:

技术分享

首次运行floodlight需执行如下命令:

sudo mkdir /var/lib/floodlight

sudo chmod 777 /var/lib/floodlight

然后开始运行floodlight:

sudo java -jar target/floodlight.jar

运行成功会出现如下界面:

技术分享

 

以上是关于floodlight搭建的主要内容,如果未能解决你的问题,请参考以下文章

[原创]Floodlight安装

floodlight+mininet搭建openflow,出现:unable to contact the remote controller at 192.168.56.1:6633?

安装floodlight遇到的问题和解决

如何在linux下安装floodlight

floodlight之forwarding模块源码解析

floodlight之forwarding模块源码解析