项目作者: aduggirala28

项目描述 :
SDN Controller code in Python. Every DNS Packet is forwarded to the controller and the controller checks for prohibited sites against a database. The base code is the simple_switch_13.py which comes with RYU installation. RYU doesn't provide a DNS packet parser. The parser was made with Python DPKT library.
高级语言: Python
项目地址: git://github.com/aduggirala28/RYU-Controller-with-DNS-Parser.git


RYU-Controller-with-DNS-Parser

SDN Controller code in Python. Every DNS Packet is forwarded to the controller and the controller
checks for prohibited sites against a database. If the site is prohibited it drops the packet.If not, it is allowed to go
through with rules
being establish with the usual l2-learning process.
The base code is the simple_switch_13.py
which comes with RYU installation. RYU doesn’t provide a DNS packet parser.
The parser was made with Python DPKT library.