kytos / python-openflow

Low level OpenFlow messages parser used by Kytos SDN Platform
https://kytos.io/
MIT License
46 stars 35 forks source link

Change unpack example in README #615

Closed renanrodrigo closed 4 years ago

renanrodrigo commented 4 years ago

Users should prefer the unpack wrapper from utils over using unpack_message directly. The helper should perform the first validations and then call the underlying unpack_message as defined by the version.

hdiogenes commented 4 years ago

Thank you, @renanrodrigo!