I want to find an openflow switch emmulator software written by Java, but I can not get it through Google. And from standford's webpage , I realize there is no such open source project, am I right? Thx.
Asked
Active
Viewed 209 times
1 Answers
0
It is not a switch emulator.
OpenflowJ is an implementation of low-level OpenFlow packet marshalling/unmarshalling and IO operations. It is a new OpenFlow API for the controller stack
Refer: http://www.openflow.org.

Jobin
- 326
- 3
- 13
-
But it is just a stack, and I cannot find switch demo in its source codes. Could you find such demo ? Thx! – 闫伯元 Dec 10 '15 at 05:18
-
This is not a switch model/module, why java based needed ? – Jobin Dec 10 '15 at 06:37