openflow: OpenFlow

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package implements the OpenFlow 1.0 and a large part of the OpenFlow 1.3 protocols. It defines a collection of data types representing the logical contents of OpenFlow messages, defines serialization and deserialization methods using the binary package, and provides some simple servers that can be used with these data types.


[Skip to Readme]

Properties

Versions 0.3.0, 0.3.0, 0.3.1
Change log None available
Dependencies aeson (>=0.7.0.6 && <=0.9.0.1), base (>=4.4.0.0 && <=5), bimap (>=0.2.4 && <=0.3), binary (>=0.7.0), bytestring, containers, deepseq-generics (>=0.1.1.2), hashable (>=1.2.1.0), network (>=2.6.0.2) [details]
License LicenseRef-OtherLicense
Author Andreas Voellmy <andreas.voellmy@gmail.com>
Maintainer Andreas Voellmy
Category Network
Home page https://github.com/AndreasVoellmy/openflow
Source repo head: git clone git://github.com/AndreasVoellmy/openflow.git
Uploaded by AndreasVoellmy at 2015-07-27T23:02:55Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for openflow-0.3.0

[back to package description]

OpenFlow Build Status

OpenFlow is a Haskell library that implements OpenFlow protocols 1.0 and 1.3. It defines data types that model the logical content of the various OpenFlow protocol messages and provides serialization and deserialization methods using the binary package. It also provides basic functions to start servers that use these representations.

Contributors