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.
40 lines
827 B
40 lines
827 B
# [Détection d'intrusion](https://codefirst.iut.uca.fr/git/cedric.bouhours/Projets_SAE_S4/src/commit/a03fca3b1d447d2b86a180fa760204513c56e919/Projets/Projet_07.md)
|
|
|
|
## Utilisation
|
|
|
|
### Install
|
|
```sh
|
|
// 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 :
|
|
|
|
```sh
|
|
./start_server.sh
|
|
./start_client.sh
|
|
sudo python3 ./decoder.py
|
|
```
|
|
|
|
## Notre configuration
|
|
* Python
|
|
* PostgreSQL
|
|
|
|
## Développeurs
|
|
* [Louis](https://codefirst.iut.uca.fr/git/louis.dufour)
|
|
* [Paul](https://codefirst.iut.uca.fr/git/paul.squizzato)
|
|
* [Eloan](https://codefirst.iut.uca.fr/git/eloan.andre)
|
|
* [Darius](https://codefirst.iut.uca.fr/git/darius.bertrand)
|