mirror of
https://github.com/ComNets-Bremen/WUSN.git
synced 2025-08-03 11:00:05 +02:00
.. | ||
testApp_6.2 | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
run.py |
MoleWarden - The MoleNet Maintanance Tool
This tool is kind of proof of concept. It should automatize the repeating tasks for
- Setting up and testing new devices
- Repeating testing existing devices (returned from test campaigns etc.)
- Install the MicroPython VM
- Keep track of the devices: When have they been tested last time?
Start the script
This script is tested using Debian Linux.
- Create a venv:
python -m venv venv
- Activate the venv:
. ./venv/bin/activate
- Install the requirements:
pip install -r requirements.txt
- Run the script:
./run.py
Update the requirements.txt
To update the requirements.txt, follow those steps:
- Make sure pipreqs is installed:
pip install pipreqs
- Save the requirements:
pipreqs .
Ideally, everything should be located in a venv
, pipenv
etc.
Authors
- Jens Dede jd@comnets.uni-bremen.de, Sustainable Communication Networks, University of Bremen