Eloan ANDRÉ 2 years ago
commit a58bcc5bd6

@ -0,0 +1 @@
./Pipfile

@ -15,5 +15,5 @@ ipython = "*"
[dev-packages]
[requires]
python_version = "3.9"
python_version = "3.10.6"

@ -2,6 +2,32 @@
## 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

Loading…
Cancel
Save