netrack / openflow

The OpenFlow middleware library
MIT License
91 stars 23 forks source link

Support OpenFlow from 1.0 to 1.5? #144

Open xgfone opened 6 years ago

xgfone commented 6 years ago

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

ybubnov commented 6 years ago

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 commented 6 years ago

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: