Skip to content

Ventilator code, which is both closed-source and have the permissive license MIT

License

Notifications You must be signed in to change notification settings

VMS19/Inhalator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical ventilator monitor

Coverage Status

Monitoring for medical ventilation systems

Getting Started

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

Inhalator as a SystemD Service

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

Running tests

You can run your tests using

tox

About

Ventilator code, which is both closed-source and have the permissive license MIT

Resources

License

Stars

Watchers

Forks

Packages

No packages published