From e13e8d9fe47a3b0cc5c533b2d87acd5b867b8f34 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Mon, 5 Aug 2024 23:54:51 +0200 Subject: [PATCH 1/4] Remove extra parentheses in scaled broadcast interval algoritm (#1356) --- docs/about/overview/mesh-alg.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/overview/mesh-alg.mdx b/docs/about/overview/mesh-alg.mdx index da4eee8f..0393964a 100644 --- a/docs/about/overview/mesh-alg.mdx +++ b/docs/about/overview/mesh-alg.mdx @@ -110,6 +110,6 @@ As meshes grow larger and traffic becomes more contentious, the firmware will in Starting with version 2.4.0, the firmware will scale back Telemetry, Position, and other ancillary port traffic for meshes larger than 40 nodes (nodes seen in the past 2 hours) using the following algorithm: -`ScaledInterval = Interval * (1.0 + ((NumberOfOnlineNodes - 40) * 0.075)))` +`ScaledInterval = Interval * (1.0 + ((NumberOfOnlineNodes - 40) * 0.075))` For example an active mesh of 62 nodes would scale back `telemetry.device_update_interval` to 79.5 minutes instead of the 30 minute default. From c6b561cd81e63c62200e86bf614c6e2cf38da479 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 5 Aug 2024 23:30:34 -0500 Subject: [PATCH 2/4] Add MeshSTL - St. Louis. --- docs/community/local-groups.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/local-groups.mdx b/docs/community/local-groups.mdx index ceedd3ed..b5562c15 100644 --- a/docs/community/local-groups.mdx +++ b/docs/community/local-groups.mdx @@ -136,6 +136,7 @@ us on [Discord](https://discord.com/invite/ktMAKGBnBs) to add your group. ### Missouri - [Kansas City Meshtastic Group](https://www.facebook.com/share/XZ9jnhxy1YT4wWqC/) +- [MeshSTL - St. Louis](https://discord.gg/QYxUdKZpBd) ### New Mexico - [Albuquerque Mesh](https://www.abqm.net) From f5618c17f5549e4ffde87356db76c3bf144844ba Mon Sep 17 00:00:00 2001 From: tacoded <79030392+tacoded@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:19:31 -0400 Subject: [PATCH 3/4] Update local-groups.mdx Add Cincy Mesh --- docs/community/local-groups.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/community/local-groups.mdx b/docs/community/local-groups.mdx index b5562c15..8ba007c2 100644 --- a/docs/community/local-groups.mdx +++ b/docs/community/local-groups.mdx @@ -141,6 +141,9 @@ us on [Discord](https://discord.com/invite/ktMAKGBnBs) to add your group. ### New Mexico - [Albuquerque Mesh](https://www.abqm.net) +### Ohio +- [Cincy Mesh](https://www.cincymesh.org) + ### Oklahoma - [Oklahoma Meshtastic Group](https://www.facebook.com/groups/942404880478488) From f6f77491bfd946f2348cd25eb513792c35d78be6 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 11 Aug 2024 09:16:03 -0700 Subject: [PATCH 4/4] Update introduction.mdx --- docs/about/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/introduction.mdx b/docs/about/introduction.mdx index 7887f7a4..08eda9ef 100644 --- a/docs/about/introduction.mdx +++ b/docs/about/introduction.mdx @@ -27,7 +27,7 @@ Meshtastic® is a project that enables you to use inexpensive LoRa radios as a l Meshtastic utilizes LoRa, a long-range radio protocol, which is widely accessible in most regions without the need for additional licenses or certifications, unlike HAM radio operations. -These radios are designed to rebroadcast messages they receive, forming a mesh network. This setup ensures that every group member, including those at the furthest distance, can receive messages. Depending on the settings employed, the Meshtastic mesh network can support up to 100 devices concurrently. +These radios are designed to rebroadcast messages they receive, forming a mesh network. This setup ensures that every group member, including those at the furthest distance, can receive messages. Additionally, Meshtastic radios can be paired with a single phone, allowing friends and family to send messages directly to your specific radio. It's important to note that each device is capable of supporting a connection from only one user at a time."