From b92e8b827fd9092582a413100952c07dbeff4c57 Mon Sep 17 00:00:00 2001 From: Wasdns <952693358@qq.com> Date: Tue, 4 Apr 2017 11:12:34 +0800 Subject: [PATCH 1/3] add some Chinese books add some Chinese books --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 926229c..0157f43 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,8 @@ protocol, based on Twisted. - [SDN: Software Defined Networks: An Authoritative Review of Network Programmability Technologies](https://www.amazon.com/SDN-Software-Networks-Thomas-Nadeau/dp/1449342302/&tag=eltale-20) - [圖解OpenFlow](http://www.books.com.tw/products/CN11301942) +- [重构网络-SDN架构与实现](http://www.sdnlab.com/book/18762.html) +- [深度解析SDN: 利益、战略、技术、实践](http://www.sdnlab.com/book/9470.html) +- [SDN核心技术剖析和实战指南](http://www.sdnlab.com/book/9480.html) +- [软件定义网络:SDN与OpenFlow解析](http://www.sdnlab.com/book/9473.html) From 35df1787f268baaaa4f6ae73d966d286a4902060 Mon Sep 17 00:00:00 2001 From: Wasdns <952693358@qq.com> Date: Tue, 4 Apr 2017 11:20:59 +0800 Subject: [PATCH 2/3] add PISCES add PISCES --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0157f43..53354bb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ capabilities such as MPLS and SDN - [LINC-Switch](https://github.com/FlowForwarding/LINC-Switch) - A pure OpenFlow software switch written in Erlang - [snabbswitch](https://github.com/SnabbCo/snabbswitch) - An open source virtualized Ethernet networking stack. - [ZeroTier](https://github.com/zerotier/ZeroTierOne) - ZeroTier is a software-based managed Ethernet switch for planet Earth. +- [PISCES](http://pisces.cs.princeton.edu/) - A Programmable, Protocol-Independent Software Switch. # Network Virtualization From 05e2ea73eede8cd2cc15d73cea4374f1fbe7cfbe Mon Sep 17 00:00:00 2001 From: Wasdns <952693358@qq.com> Date: Tue, 4 Apr 2017 11:24:10 +0800 Subject: [PATCH 3/3] add Scapy add Scapy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53354bb..fede814 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ protocol, based on Twisted. - [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. - [OCaml OpenFlow](https://github.com/frenetic-lang/ocaml-openflow) - A serialization and protocol library for OpenFlow. +- [Scapy](http://www.secdev.org/projects/scapy/) - Scapy is a powerful interactive packet manipulation program. # Test