├── Detection ├── Detection.py ├── SDN.py └── switch.py ├── Major Project Documentation.pdf ├── README.md ├── generate_ddos_traffic ├── __pycache__ │ ├── collect_ddos_traffic.cpython-39.pyc │ └── switch.cpython-39.pyc ├── collect_ddos_traffic.py ├── generate_ddos_traffic.py └── switch.py ├── generate_normal_traffic ├── collect_normal_traffic.py ├── generate_normal_traffic.py └── switch.py └── instructions.txt /Detection/Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/Detection/Detection.py -------------------------------------------------------------------------------- /Detection/SDN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/Detection/SDN.py -------------------------------------------------------------------------------- /Detection/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/Detection/switch.py -------------------------------------------------------------------------------- /Major Project Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/Major Project Documentation.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/README.md -------------------------------------------------------------------------------- /generate_ddos_traffic/__pycache__/collect_ddos_traffic.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_ddos_traffic/__pycache__/collect_ddos_traffic.cpython-39.pyc -------------------------------------------------------------------------------- /generate_ddos_traffic/__pycache__/switch.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_ddos_traffic/__pycache__/switch.cpython-39.pyc -------------------------------------------------------------------------------- /generate_ddos_traffic/collect_ddos_traffic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_ddos_traffic/collect_ddos_traffic.py -------------------------------------------------------------------------------- /generate_ddos_traffic/generate_ddos_traffic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_ddos_traffic/generate_ddos_traffic.py -------------------------------------------------------------------------------- /generate_ddos_traffic/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_ddos_traffic/switch.py -------------------------------------------------------------------------------- /generate_normal_traffic/collect_normal_traffic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_normal_traffic/collect_normal_traffic.py -------------------------------------------------------------------------------- /generate_normal_traffic/generate_normal_traffic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_normal_traffic/generate_normal_traffic.py -------------------------------------------------------------------------------- /generate_normal_traffic/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/generate_normal_traffic/switch.py -------------------------------------------------------------------------------- /instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bhanudeep/Detection-of-DDoS-attacks-on-SDN-network-using-Machine-Learning-/HEAD/instructions.txt --------------------------------------------------------------------------------