co2minimon

Get temperature and CO2 concentration data from a CO2Mini sensor.
git clone git://git.amin.space/co2minimon.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-08-14 17:03Remove debug logsamin2+1-4
2022-08-12 06:00Add arch package and systemd serviceamin3+41-1
2022-05-29 06:09Rewrite main loop as a state machineamin1+193-110
2022-05-29 05:40Fix select() timeout after hibernateamin1+3-3
2022-05-28 22:51Cleanup when error; don't try to handle SIGKILLamin1+93-87
2022-05-28 21:38Replace readme links with archived linksamin1+3-3
2022-05-28 21:37Replace busy loop with blocking read with timeoutamin1+47-43
2022-05-21 23:49Keep reading data after system hibernate/resumeamin1+44-2
2022-01-15 20:31Fix checksum calculationamin1+1-2
2022-01-15 07:36Update readme and add licenseamin2+132-1
2022-01-15 07:35Clean things up and add build scriptamin3+77-4
2022-01-15 07:01Gracefully handle unplugging and replugging deviceamin1+37-18
2022-01-15 06:41Get data from co2mini and write it to tmp filesamin1+83-65
2021-12-28 02:54Get data from the co2mini through the hidraw apiamin4+112-0