From 1ddc3445c371540b90abcdbd8e995a2ad7d457ab Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 22 May 2025 14:14:41 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0a89d..76f579f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ database and has a web UI to view them. Samples of currently running instances: - https://meshview.bayme.sh (SF Bay Area) -- https://view.azmsh.net/ (Arizona) -- https://socalmesh.w4hac.com/ (Southern California) +- https://nyme.sh (New York) +- https://socalmesh.w4hac.com (Southern California) - https://meshview.mt.gt (Canadaverse) - https://meshview.meshtastic.es (Spain) +- https://view.azmsh.net (Arizona) --- From a203d5ee300dc703f838a57a9632dce79ef1d51f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 22 May 2025 14:20:49 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76f579f..0935ba3 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,7 @@ message = Real time data from around the bay area and beyond. nodes=True conversations=True everything=True -graph_lf=True -graph_ms=True -graph_mf=False +graphs=True stats=True net=True map=True @@ -95,10 +93,10 @@ map_bottom_right_lat=36 map_bottom_right_lon=-121 # Note about how your weekly mesh runs. time and tag used for the system to track. -weekly_net_message= Weekly Mesh check-in. We will keep it open on every Wednesday from 5:00pm for checkins. The message format should be (LONG NAME) - (CITY YOU ARE IN) #MeshNet. -net_tag=#test +weekly_net_message= Weekly Mesh check-in. We will keep it open on every Wednesday from 5:00pm for checkins. The message format should be (LONG NAME) - (CITY YOU ARE IN) #BayMeshNet. +net_tag=#BayMeshNet -# MQTT Server configuration +# MQTT Server configuration [mqtt] server = mqtt.bayme.sh topics = ["msh/US/bayarea/#", "msh/US/CA/mrymesh/#", "msh/US/CA/sacvalley" ] @@ -106,7 +104,7 @@ port = 1883 username = meshdev password = large4cats -# Database configuration +# Database configuration [database] connection_string = sqlite+aiosqlite:///packets.db ```