8000 GitHub - alexshavelev/of_protocol: OpenFlow Protocol Library for Erlang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexshavelev/of_protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OF Protocol Library

#WARNING! NOT ORIGINAL LIB

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 100.0%
0