准备工作,上一篇安装FlowVisor已经安装好ant、git、curl
sudo apt-get install git
sudo apt-get install ant
sudo apt-get install curl
从github下载floodlight
git clone https://github.com/floodlight/floodlight.git
cd floodlight
ant
报错
解决,再次ant成功
git checkout v0.90
切换到0.9版本的分支
运行Floodlight ,启动后,通过浏览器访问floodlight的管理界面,http://localhost:8080/ui/index.html
java -jar target/floodlight.jar
成功!
参考链接Ubuntu14.04 及以上版本下安装Floodlight、mininet、eclipse的详细步骤_执键走遍天涯的博客-优快云博客_ubuntu安装floodlight