dnk / co2mon

CLI for MasterKit CO2 Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software for CO2 Monitor

Installation

Arch Linux

There is PKGBUILD in AUR. The simplest way to install is using yaourt:

yaourt -S co2mon-git

Fedora GNU/Linux and RHEL/CentOS/Scientific Linux

co2mon packages can be installed from official repo:

dnf install co2mon

From sources

# macOS
brew install cmake pkg-config hidapi

# Ubuntu
apt-get install cmake g++ pkg-config libhidapi-dev

mkdir build
cd build
cmake ..
make
./co2mond/co2mond

See also

About

CLI for MasterKit CO2 Monitor

License:GNU General Public License v3.0


Languages

Language:C 75.8%Language:Shell 7.6%Language:CMake 6.6%Language:Makefile 5.5%Language:Python 3.0%Language:HTML 1.5%