Skip to content

FlowForwarding/of_protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.