From a203d5ee300dc703f838a57a9632dce79ef1d51f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 22 May 2025 14:20:49 -0700 Subject: [PATCH] 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 ```