skydive-project / goloxi

OpenFlow parsing library for Go generated from Loxigen
Apache License 2.0
5 stars 4 forks source link

OpenFlow Controller using openflow protocol 1.5 #1

Closed arisetty closed 4 years ago

arisetty commented 4 years ago

Hello,

Do you have any sample controller that uses openflow using this repo? if so, could you please share.

Thanks Chakri

lebauce commented 4 years ago

@arisetty I don't think there is any controller that uses this repo. The main user of this repository is Skydive (https://github.com/skydive-project/skydive) to parse Openvswitch Openflow rules :

That being said, it should be perfectly feasible to use to create an Openflow controller in Go as it's probably the most complete Golang library for OpenFlow

arisetty commented 4 years ago

@lebauce Thank you very much for your feedback. I'll attempt to write/modify a controller (https://github.com/Kmotiko/gofc.git) to support openflow 1.5. The current gofc controller uses only 1.3. I'll try to use this repo.