nettle-frp: FRP for controlling networks of OpenFlow switches.

[ bsd3, library, network ] [ Propose Tags ]

This module provides an FRP-based framework for controlling OpenFlow switches. The library is under active development and should still be considered experimental.


[Skip to Readme]

Modules

[Last Documentation]

  • Nettle
    • Discovery
      • Nettle.Discovery.Discovery
      • Nettle.Discovery.Topology
    • FRPControl
      • Nettle.FRPControl.AFRP
      • Nettle.FRPControl.AFRPUtils
      • Nettle.FRPControl.NetInfo
      • Nettle.FRPControl.NettleSF
      • Nettle.FRPControl.PacketPredicate
      • Nettle.FRPControl.SwitchInterface
      • Nettle.FRPControl.TrafficGenerator

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies base (>=4 && <5), bimap, binary, bytestring, containers, mtl, nettle-openflow (<0.2), network, network-data, random, time [details]
License BSD-3-Clause
Author Andreas Voellmy, Daniel Rozycki, Kwabene Antwi-Boasiako
Maintainer andreas.voellmy@yale.edu
Category Network
Uploaded by AndreasVoellmy at 2013-02-15T20:43:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1745 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-22 [all 8 reports]

Readme for nettle-frp-0.1.1

[back to package description]
nettle-frp is a Haskell library that contains an FRP-based framework for 
controlling OpenFlow switches. 

This library is under active development and should still be considered experimental.

Examples can be found in src/Examples/AFRPControl/

This library contains a copy of the afrp-0.4 code. A license file for that code
is included in LICENSE-AFRP.txt.