santhisenan / SDN_DDoS_Simulation

An attempt to detect and prevent DDoS attacks using reinforcement learning. The simulation was done using Mininet.
MIT License
108 stars 26 forks source link

Make code adhere to a python style guide. #3

Open santhisenan opened 5 years ago

santhisenan commented 5 years ago

Use either the PEP8 or Google style guide.

Google style guide: http://google.github.io/styleguide/pyguide.html

PEP 8: https://www.python.org/dev/peps/pep-0008/