transfering data

This commit is contained in:
Nils Reiners
2025-04-18 10:51:37 +01:00
parent f1547bae15
commit 704361e33a
3 changed files with 2798 additions and 0 deletions

8
README
View File

@@ -10,3 +10,11 @@ Was needs to be done on the Raspberry pi before the tool can run.
- cd projects/allmende_ems
- pip install -r requirements.txt
How to run the script:
- nohup python main.py > terminal_log 2>&1 &
For reading out the terminal_log while script is runing:
- tail -f terminal_log