/contwatch

Scalable system for IoT automation.

Primary LanguagePythonApache License 2.0Apache-2.0

ContWatch

System for controlling single-board microcontrollers powered by Python.

Python dependencies

If you use apt as your package manager, you can run:

xargs -a dependencies.txt sudo apt-get install

As an alternative you can use pip:

pip3 install -r requirements.txt --user

Usage

npm install
npm start

Python codebase is formatted with black and TypeScript codebase with typescript-eslint.