Monitoring for medical ventilation systems
Make sure to install all of the project's dependencies
pip3 install -r requirements.txt
Configure your Raspberry Pi
using the the shell scripts found under the rasp_init
directory.
Make sure you are running Python 3.7+
, then simply run it using
python3 main.py
You should configure this program to run as a service on your Debian/Ubuntu/Raspbian machine:
(Make sure NOT to run this as root, it will prompt you for your root password whenever it's needed)
rasp_init/install-as-service.sh
Then you can control the program using
sudo service inhalator start
and stop it by
sudo service inhalator stop
You can run your tests using
tox