package openflow

  1. Overview
  2. No Docs
Serialization and protocol implementation for OpenFlow 1.{0,3}

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.0.tar.gz
md5=09055ddc4e3e2a4c94dc7ffa868af59b

Description

This library provides the basic building blocks that are necessary to build an OpenFlow 1.0 or 1.3.4 based network controller, including serialzation functions and async-based protocol implementations.

Published: 03 Feb 2015

Dependencies (9)

  1. ocamlbuild build
  2. quickcheck
  3. async >= "112.06.00" & < "112.17.00"
  4. sexplib < "113.01.00"
  5. packet >= "0.3.1"
  6. cstruct >= "1.0.1" & < "2.0.0"
  7. core
  8. ocamlfind
  9. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. pa_ounit with-test
  2. ounit with-test

Used by (1)

  1. frenetic >= "3.0.0" & < "3.3.0"

Conflicts

None