/co2mon

CLI for MasterKit CO2 Monitor

Primary LanguageCGNU General Public License v3.0GPL-3.0

Software for CO2 Monitor

Compiling

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

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 russianfedora-free repo or directly from koji

Install repo:

su -c 'dnf install --nogpgcheck http://mirror.yandex.ru/fedora/russianfedora/russianfedora/free/fedora/russianfedora-free-release-stable.noarch.rpm http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/fedora/russianfedora-nonfree-release-stable.noarch.rpm'

Install co2mon:

dnf install co2mon

See also