SDNSim Code
A Compact Simulator for Software-Defined Networking and Systems
Status: Alpha
Brought to you by:
kkpradeeban
File | Date | Author | Commit |
---|---|---|---|
conf | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
distribution | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
documentation | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
experiments | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
modules | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
LICENSE | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
README.md | 2015-01-22 | pradeeban | [bf4943] README |
SDS 2015 Author Copy.pdf | 2015-01-22 | pradeeban | [57d4f3] Adding the SDS 2015 Paper. |
pom.xml | 2015-01-22 | pradeeban | [dffce9] Initial commit.. |
Welcome to the wiki of SDNSim!
Please visit the website to learn more - https://sourceforge.net/p/sdnsim/
This is an umbrella SDN project containing,
To build using maven:
mvn clean install
skipping the tests:
$ mvn clean install -Dmaven.skip.test=true
To skip executing the tests:
$ mvn clean install -DskipTests
$ tar -xzvf distribution/target/xsdn-1.0-SNAPSHOT.tar.gz
$ mv xsdn-1.0-SNAPSHOT/jars/xsdn-1.0-SNAPSHOT.jar .
Respective Executors are found in the package, "main".
Make sure to include conf/log4j2-test.xml into your class path to be able to configure and view the logs. Default log level is [WARN].
This project depends on the below major projects.