Skip to content

RF-Proxy implementation for the OpenDaylight SDN controller

Notifications You must be signed in to change notification settings

routeflow/odl-rfproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odl-rfproxy

Using: To use this module, create a folder named "rfproxy" inside the opendaylight folder (usually "controller/opendaylight") and copy the pom.xml file and src folder into it. Compile the module using the command "mvn clean install -DskipTests -e". Next, add the following dependencies to the pom.xml of opendaylight distribution (usually "controller/opendaylight/distribution/opendaylight/"):

groupId: org.opendaylight.controller
artifcatId: rfproxy
version: 1.0.0-SNAPSHOT

and

groupId: org.mongodb
artifactId: mongo-java-driver
version: 2.10.1

Finally, recompile the distribution to include rfproxy.

About

RF-Proxy implementation for the OpenDaylight SDN controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages