1
0
Fork 0
Small Golang daemon which listens to configured mqtt topics and mangles them into shape for influx.
Find a file
2021-04-30 16:17:13 +02:00
vendor Initial commit 2021-01-27 17:13:11 +01:00
.gitignore Initial commit 2021-01-27 17:13:11 +01:00
config.go Initial commit 2021-01-27 17:13:11 +01:00
config_test.go Initial commit 2021-01-27 17:13:11 +01:00
go.mod Initial commit 2021-01-27 17:13:11 +01:00
go.sum Initial commit 2021-01-27 17:13:11 +01:00
influx.go Initial commit 2021-01-27 17:13:11 +01:00
influx_test.go Initial commit 2021-01-27 17:13:11 +01:00
main.go Initial commit 2021-01-27 17:13:11 +01:00
Makefile Strip debug info from the resulting binary. 2021-04-30 16:17:13 +02:00
mqtt.go Initial commit 2021-01-27 17:13:11 +01:00
mqtt_test.go Initial commit 2021-01-27 17:13:11 +01:00
t.cfg Initial commit 2021-01-27 17:13:11 +01:00
tt.cfg Initial commit 2021-01-27 17:13:11 +01:00