From 182b5c22b9b53c4e290ee2f00166eddc9acc6ab9 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Fri, 10 May 2024 23:02:08 -0700 Subject: [PATCH] Add a link to an example instance. --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index be7c7ea..ed8da4c 100644 --- a/README +++ b/README @@ -4,6 +4,11 @@ Meshview This project watches a MQTT topic for meshtastic messages, imports them to a database and has a web UI to view them. +Example +------- +An example instance, https://meshview.armooo.net, is running with with data +from the MQTT topic msh/US/bayarea/#. + Running -------