Floodlight Controller Tutorial - Pradeepa
Floodlight Controller Tutorial - Pradeepa
Floodlight Controller Tutorial - Pradeepa
Pradeepa
Floodlight Controller:
Highlights:
Installation:
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 1/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
Prerequisites:
Floodlight is simple to download from Github and install. The “git clone” step below uses the master
version of Floodlight.Type the below command in SDNHub Terminal.
If You are having JDK 7 use a specific version, specify the version branch in the “git clone”
$ cd floodlight
$ git submodule init
$ git submodule update
$ ant
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 2/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
After build completed successful. Make a directory floodlight and set root permission for it.
$ sudo mkdir /var/lib/floodlight
$ sudo chmod 777 /var/lib/floodlight
Assuming java is in your path, you can directly run the floodlight.jar file produced by ant from
within the floodlight directory:
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 3/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
To Create mininet topology with floodlight remote controller, another terminal run the below
command,
$ cd floodlight
we created single topology with 3 host 1 switch and one controller. This can be view in the following
url. Go to web browser and type,
http://127.0.0.1:8080/ui/index.html (http://127.0.0.1:8080/ui/index.html)
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 4/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 5/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
mininet>xterm h1 h2
Done
Congrats! Now you can simulate your various topologies with floodlight controllers.
Posted in Floodlight, SDN, SDN controllers, SDN simulator Tagged Floodlight, Floodlight
installation, Floodlight tutorial, SDN, SDN Controller 3 Comments
1.
Emran says:
April 23, 2018 at 8:14 pm
Hello,
This is really a very helpful website. I am interested in SDN Simulator which has support for both
SDN based Wifi and Cellular networks. Can you please guide me which simulator has support for
both SDN based Wifi and Cellular networks.
Regards,
Emran
REPLY
1.
Pradeepa says:
May 21, 2018 at 6:13 am
Thank you. you can use mininet wifi for sdn based wifi
2. REPLY
Pradeepa says:
May 21, 2018 at 6:14 am
REPLY
A WordPress.com Website.
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 7/8
10/20/2020 Floodlight Controller Tutorial | Pradeepa
https://pradeepaphd.wordpress.com/2018/03/06/floodlight-controller-tutorial/ 8/8