0

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.

Dasrath
  • 366
  • 2
  • 11
闫伯元
  • 445
  • 1
  • 4
  • 9

1 Answers1

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