From 3085e38dfd868c77f5d33fe3d676d21f77b9a305 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sun, 9 Mar 2025 01:46:44 -0800 Subject: [PATCH] readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8eb6eb0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# mqtt-exporter-rs + +A reimplementation of [mqtt-exporter](https://github.com/kpetremann/mqtt-exporter) in Rust. That's pretty much the gist of it. I was having issues with memory leaks in the Python implementation so I spun this together. It works for my purposes but is far from tested. + +I slightly modified the logic, since I don't understand why some of the topic munging is done and would prefer to keep the topics as-is. \ No newline at end of file