From 12756abf253df4a1945f8ab93b53a986bd33ba56 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Tue, 13 Sep 2022 14:58:24 -0700 Subject: [PATCH] Add basic README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9730d76 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# mqtt2db + +This is a simple daemon that subscribes to a configurable set of MQTT +topics, and then writes payload data to a database. Currently only +InfluxDB is supported. + +(More to come later.)