close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Proto/cModules/e0SDN/a0OpenFlow/a0Floodlight/b0Installation


Ignore:
Timestamp:
Dec 3, 2014, 4:20:19 PM (9 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/e0SDN/a0OpenFlow/a0Floodlight/b0Installation

    v1 v1  
     1== Installation ==
     2
     3== Required Packages ==
     4
     5{{{
     6sudo apt-get install build-essential default-jdk ant python-dev eclipse git
     7}}}
     8
     9== Installing and Building Floodlight ==
     10
     11{{{
     12git clone git://github.com/floodlight/floodlight.git
     13cd floodlight
     14git checkout fl-last-passed-build
     15ant
     16}}}
     17Floodlight's installation guide can be found [http://www.openflowhub.org/display/floodlightcontroller/Installation+Guide here]
     18
     19The MobilityFirst modules for Floodlight can be downloaded using
     20
     21{{{
     22svn co https://svn.orbit-lab.org/mobilityfirst/trunk/code/prototype/openflow/floodlight_modules/
     23}}}
     24Place the contents of floodlight_modules inside the src/main/java/net/floodlightcontroller/ folder.