From 3a29fe87cb72f6d40bbfb8b47f352832a8cd8b8a Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 28 Mar 2025 09:07:19 -0700 Subject: [PATCH] Changes: - Added the link to another sample instance --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d4d1bce..6b4b919 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ This project watches a MQTT topic for meshtastic messages, imports them to a database and has a web UI to view them. Samples of a currently running instances: -``` bash -https://meshview.bayme.sh -``` -``` bash -https://view.azmsh.net/ -``` + +- https://meshview.bayme.sh + +- https://view.azmsh.net/ + Requires **`python3.11`** or above.