Update README.md

Add some libs as following,

- openfaucet
- oflib-node
- OpenFlowJ
- nettle
This commit is contained in:
Peter Dave Hello
2016-01-29 23:51:51 +08:00
parent 1f07812e66
commit f57fd24e83

View File

@@ -47,6 +47,11 @@ A awesome list about Software Defined Network (SDN)
# Library
- [loxigen](https://github.com/floodlight/loxigen) - LoxiGen is a tool that generates OpenFlow protocol libraries for a number of languages.
- [openfaucet](https://github.com/rlenglet/openfaucet) - openfaucet is a pure Python implementation of the OpenFlow 1.0.0
protocol, based on Twisted.
- [oflib-node](https://github.com/TrafficLab/oflib-node) - Oflib-node is an OpenFlow protocol library for Node. It converts between OpenFlow wire protocol messages and Javascript objects.
- [OpenFlowJ](https://bitbucket.org/openflowj/openflowj) - A Java implementation of low-level OpenFlow packet marshalling/unmarshalling and IO operations.
- [nettle](http://haskell.cs.yale.edu/other-projects/nettle/) - A Haskell library for working with the OpenFlow protocol.
# Test
- [oftest](https://github.com/floodlight/oftest) - OpenFlow Testing Framework