Skip to content

laerreal/co2mon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 64.3%
  • Shell 11.3%
  • CMake 9.9%
  • Makefile 8.2%
  • Python 4.0%
  • HTML 2.3%