Open xgfone opened 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.
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:
Does this project support OpenFlow from 1.0 to 1.5? Or only support a certain version, such as 1.3?