Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.22 KB

OF Protocol Library

This is an OpenFlow Protocol library implemented in Erlang. It was created for the purpose of an OpenFlow software switch called LINC, but can be used in any Erlang projects requiring supports for this protocol.

It has full support for OpenFlow Protocol 1.3 and OpenFlow Protocol 1.2.

Initial backward compatibility for OpenFlow Protocol 1.0 and OpenFlow Protocol 1.1 was dropped to support the evolution of the OpenFlow standard.

Multipart messages

Some controllers don not understand multipart messages. Thus one can disable them in of_protocol by setting appropriate option in client application: application:set_env(of_protocol, no_multipart, true) or in app file.