From d745d47f52b87d518bbbc588d4016095e6f4c1a9 Mon Sep 17 00:00:00 2001 From: Nils Reiners Date: Thu, 17 Apr 2025 14:51:27 +0200 Subject: [PATCH] readme and requirements added --- .idea/vcs.xml | 6 ++++++ README | 10 ++++++++++ requirements.txt | 1 + 3 files changed, 17 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 README create mode 100644 requirements.txt diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..64514a5 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +Was needs to be done on the Raspberry pi before the tool can run. + +1) Set the network-card to a fixed IP adress: + - Using sudo nmtui + - Adress was set to 10.0.0.111 + +2) Virtual Environment was created and python packages installed + - python3 -m vemv allmende_ems + - source allmende_ems/bin/activate + - cd projects/allmende_ems \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ba9d538 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pymodbus~=3.8.6 \ No newline at end of file