From bdcf0869399a0684c8105e3fc92ab10b58d4c968 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 11 Feb 2025 17:37:12 -0800 Subject: [PATCH] Multiple changes to the code. Important to mentioned: - Added ways to show the node data on the page with links to the nodes themselves. - more work on the graphs. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index d4c2f7f..1273ae6 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ Meshview ======== +Now running at https://meshview.bayme.sh + This project watches a MQTT topic for meshtastic messages, imports them to a database and has a web UI to view them. Requires Python 3.12