lighty.io is a Software Development Kit powered by OpenDaylight to support, ease and accelerate development of Software-Defined Networking (SDN) solutions in Java. lighty.io is a toolkit for SDN application programmers and solution architects that can be used to build and integrate SDN controllers. It utilizes core OpenDaylight components, which are available as a set of libraries.
This branch maintains compatibility with OpenDaylight Neon release.
- lighty-codecs - easy to use IO YANG data operations
- lighty-core - OpenDaylight core services: MD-SAL, controller, yangtools, clustering
- google guice extension - dependency injection extension for google guice
- spring extension - dependency injection extension for spring.io
- lighty-examples - lighty.io examples and applications
- lighty-models - example YANG models and YANG model artifacts
- lighty-modules - OpenDaylight NorthBound (NB) and SouthBound (SB) plugin initializers
- lighty-resources - resource artifacts
In order to build and install lighty.io artifacts locally, follow the procedure below:
- install JDK - make sure JDK 8 or JDK 11 is installed
- install maven - make sure you have maven 3.5.4 or later installed
- setup maven - make sure you have proper settings.xml in your
~/.m2
directory - build and install locally - by running command:
mvn clean install -DskipTests
lighty.io offers simplified SDN application development procedure. Follow this manual to create your own SDN controller project.
This guide describes migration procedure from ODL/Karaf application to lighty.io. It contains summary of practical experiences based on real-life ODL project migrations.
lighty.io project contains JUnit tests and integration tests. IT tests are special, because complete ODL/lighty.io controller is started often with south-bound and north-bound plugins. IT tests are comparable with single-feature tests in ODL/Karaf environment, but much faster. Before starting IT tests, please make sure that ports 8080, 8888, 8185, 2550 are free on localhost.
To run unit tests and integration tests, use command:
mvn clean install
If you are interested, technical support, blogs, FAQ, technical articles and more examples are available at lighty.io