From 5fd5b1073bf62b13f2df2c3f992d8a53b95c0b54 Mon Sep 17 00:00:00 2001 From: louwar Date: Mon, 6 Mar 2023 17:09:26 +0100 Subject: [PATCH 1/3] Update Readme --- Pymodbus/.gitignore | 1 + Pymodbus/Pipfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Pymodbus/.gitignore diff --git a/Pymodbus/.gitignore b/Pymodbus/.gitignore new file mode 100644 index 0000000..bdd3e5b --- /dev/null +++ b/Pymodbus/.gitignore @@ -0,0 +1 @@ +./Pipfile \ No newline at end of file diff --git a/Pymodbus/Pipfile b/Pymodbus/Pipfile index 3f371c0..817f893 100644 --- a/Pymodbus/Pipfile +++ b/Pymodbus/Pipfile @@ -15,5 +15,5 @@ ipython = "*" [dev-packages] [requires] -python_version = "3.9" +python_version = "3.10.6" From 5eb543210f6c53e259fc1977d0f1eca2047bf210 Mon Sep 17 00:00:00 2001 From: louwar Date: Mon, 6 Mar 2023 17:10:13 +0100 Subject: [PATCH 2/3] Update Readme pour de vrai --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index c859458..8b8cd1f 100644 --- a/README.md +++ b/README.md @@ -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é 2 terminal pipenv pour : + +```sh +./start_server.sh +./start_client.sh +sudo python3 ./decoder.py +``` + ## Notre configuration * Python * PostgreSQL From c9bf6e0b88cddc4219a167d8ccaae5609d8d71b9 Mon Sep 17 00:00:00 2001 From: Louis DUFOUR Date: Mon, 6 Mar 2023 17:27:15 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8cd1f..b69c5a2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pipenv shell ``` ### Lancement -il faut lancé 2 terminal pipenv pour : +il faut lancé 3 terminal pipenv pour : ```sh ./start_server.sh