This document provides instructions for creating and installing a software-defined networking (SDN) application (app) using OpenDaylight (ODL) and Mininet. It discusses:
1. Setting up an ODL controller and connecting Mininet to it.
2. Creating an SDN app as a Java bundle using Maven with required files like pom.xml and Activator.java.
3. Building and installing the app bundle into ODL, and starting it to see its functionality when testing network connectivity between Mininet hosts.