]> git.itanic.dy.fi Git - BME280_driver/commit - tempd.c
Add simple tempd daemon
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 9 Mar 2021 18:38:57 +0000 (20:38 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 9 Mar 2021 19:45:00 +0000 (21:45 +0200)
commitaeefd48ce5facaa25c0debd94ec3a3ba18149087
treee73daafc71d66f4d574e20196cf4450740e8bca5
parent3640d37cb1229ea6d5a900f4202cd7a1fbc7ca5f
Add simple tempd daemon

This simple one takes temperature readings from both bmed server port
and a 1wire sensor path found behind owfs. Only one temperature
reading is give back, the one with lower temperature. The rest of the
data is taken from bme280 sensor.

The data is fetched via tcp port 6000 off the daemon.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Makefile
tempd.c [new file with mode: 0644]
tempd.service [new file with mode: 0644]