Update Readme

This commit is contained in:
Ernesto Canales Pereña 2023-09-03 21:10:14 +00:00
parent 508bab867f
commit fb66a2851f

View File

@ -1 +1,21 @@
##TFM #TFM Machine Learning for UDP Scanning Detection
## Install
```
git clone https://git.wacanal.cloud/ernie/tfm.git
cd tfm
```
## Live
```
python3 live.py {SIZE_CACHE} {TTL_STATE} {TTL_BLOCKLIST} {TTL_WAIT_RESPOSE} {IP>
```
## Server
```
python3 server.py {NAME_MODEL}
Listen in localhost:8888
```