Skip to content

toxeh/co2mon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software for CO2 Monitor

Usage

mkdir build
cd build
cmake ..
make

cd ../graph/
make graph.rrd
./update_graph.sh >/dev/null &
xdg-open index.html &
./update_data.sh

D-Bus Monitor

dbus-monitor "type='signal',interface='io.github.dmage.CO2Mon',member='NewValue'"

D-Bus Methods

dbus-send --session --dest=io.github.dmage.CO2Mon --type=method_call --print-reply /io/github/dmage/CO2Mon io.github.dmage.CO2Mon.GetTemperature
dbus-send --session --dest=io.github.dmage.CO2Mon --type=method_call --print-reply /io/github/dmage/CO2Mon io.github.dmage.CO2Mon.GetCO2

See also

About

CLI for MasterKit CO2 Monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.0%
  • Makefile 9.3%
  • Python 3.6%
  • Shell 3.1%