This project needs following dependencies
- Python version 3.6
- Python virtualenv
- Driver for serial ports
Enter virtualenvironment and install dependencies
virtualenv venv
source venv/bin/activate
pip install -r deps.txt
Start listening
python src/main.py
To run the script in failsafe mode
./start.sh
To run the test suite simply run
python -m unittest discover
This project is licensed under the MIT License
- Used code from Python GraphQL Client