cloudozer / of_protocol

OpenFlow Protocol Library for Erlang

Home Page:http://flowforwarding.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

OpenFlow Protocol Library for Erlang

http://flowforwarding.org

License:Other


Languages

Language:Erlang 100.0%Language:Makefile 0.0%Language:Shell 0.0%