This project is cloned from Python Wrapper CICflowmeter and customized to fit my need. Therefore, it is not maintained actively. If there are any problems, please create an issue or a pull request.
- webserver
git clone https://github.com/estaesta/realtime-ddos-detection
cd realtime-ddos-detection
python3 setup.py install
- ml server
git clone https://github.com/estaesta/realtime-ddos-detection
- webserver
usage: sudo python3 detector.py ml_endpoint
- ml server
cd realtime-ddos-detection
flask -A webapp.py run