openflow icon indicating copy to clipboard operation
openflow copied to clipboard

Support OpenFlow from 1.0 to 1.5?

Open xgfone opened this issue 7 years ago • 2 comments

Does this project support OpenFlow from 1.0 to 1.5? Or only support a certain version, such as 1.3?

xgfone avatar Sep 26 '18 15:09 xgfone

Hi @xgfone. Unfortunately this library does not provide an ability to use features of OpenFlow 1.5 out-of-box.

Alternatively, you could define custom types and use them. The interface gives you just bytes that your code could interpret as you wish.

ybubnov avatar Sep 26 '18 16:09 ybubnov

There is a project that I've created late in a 2017, where I wanted to add advanced support of OpenFlow 1.5 protocol: https://github.com/netrack/openflow/projects/2. Due to the lack of free time I haven't even started it.

If you have understanding of how this could be implemented or willing to do this, I'm open to any sort of activities :smiley:

ybubnov avatar Sep 26 '18 16:09 ybubnov