You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.