Skip to content

BlueManCZ/contwatch

Folders and files

NameName
Last commit message
Last commit date
May 8, 2022
May 7, 2022
Oct 11, 2023
Jan 25, 2022
Dec 13, 2022
Aug 16, 2022
Jun 17, 2022
Oct 11, 2023
Aug 2, 2022
Oct 23, 2022
Oct 11, 2023
Jun 21, 2023
Oct 23, 2022
Jul 2, 2022
Aug 3, 2022
Aug 3, 2022

Repository files navigation

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.