问题
I'm a newbie in opendaylight developing using the java api. I'm trying to add a simple flow but I can't do it, maybe I can't understand well the documentation. Can anybody help me?
回答1:
The simplest way is to add a flow would be:
Start the controller and point your switch or Open vSwitch / mininet instance at the controller on 6633.
On the same host as the controller, open a browser to http:// localhost :8080
Click on the "flows" tab.
Add your static flowmod.
Alternatively you can use the API. The following is a PDF that might help you get started. The accompanying video is on the OpenDaylight YouTube channel.
OpenDaylight Tutorial
-Cheers
来源:https://stackoverflow.com/questions/22018227/add-a-flow-in-opendaylight-using-java-api