SAE4.01
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.
 
 
 
Paul SQUIZZATO 3f776cff81
avancée du décodeur bancal
2 years ago
Documentation Ajouter 'Documentation/Compte rendus/CR-07-03-2023.md' 2 years ago
Pymodbus avancée du décodeur bancal 2 years ago
src modification de performence 2 years ago
README.md Mise à jour de 'README.md' 2 years ago

README.md

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