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