Skip to Content
Python Network Programming Cookbook - Second Edition
book

Python Network Programming Cookbook - Second Edition

by Pradeeban Kathiravelu, Dr. M. O. Faruque Sarker
August 2017
Beginner
450 pages
13h 21m
English
Packt Publishing
Content preview from Python Network Programming Cookbook - Second Edition

Getting ready

First download Floodlight controller. You may simply download a Floodlight virtual machine (VM) from http://www.projectfloodlight.org/download/.

Alternatively, you may download the source code archive from Floodlight and build it:

$ wget https://github.com/floodlight/floodlight/archive/v1.2.zip

Many open source Java projects such as OpenDaylight and ONOS are built using Apache Maven. You may install Maven in Ubuntu/Debian based systems using the following command:

$ sudo apt-get install maven
  

Floodlight requires Apache Ant in addition to Apache Maven for its build. You may install Ant using the following command:

$ sudo apt-get install ant

Maven requires Java for its execution. The preceding command will install Java as ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Network Programming

Python Network Programming

Abhishek Ratan, Eric Chou, Pradeeban Kathiravelu, Dr. M. O. Faruque Sarker

Publisher Resources

ISBN: 9781786463999Supplemental Content