You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

848 B

Détection d'intrusion

Utilisation

Install

// Install d'outil
python -m pip install pipenv

// Install module
pip install typer
pip install scapy
pip install pymodbus

// Mise à jour
pipenv update

// Lancement du shell pipenv
pipenv shell

Lancement

il faut lancé 3 terminal pipenv pour :

./start_server.sh
./start_client.sh
sudo python3 ./decoder.py

Notre configuration

  • Python (3.9)
  • PostgreSQL
  • pip (22.0.2)

Développeurs