From 0dfd2bcbb89f8d7f250dd84887a394e603f039e5 Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Mon, 8 Sep 2025 22:57:48 +0200 Subject: [PATCH] README.md: Explain that companion nodes do not repeat messages This is a key difference compared to other systems and I see people asking this a lot. It is mentioned in the FAQ but let's make it more prominent in the README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cef44e0e..c14f20fd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ MeshCore provides the ability to create wireless mesh networks, similar to Mesht ## ⚡ Key Features -* Multi-Hop Packet Routing – Devices can forward messages across multiple nodes, extending range beyond a single radio's reach. MeshCore supports up to a configurable number of hops to balance network efficiency and prevent excessive traffic. +* Multi-Hop Packet Routing + * Devices can forward messages across multiple nodes, extending range beyond a single radio's reach. + * Supports up to a configurable number of hops to balance network efficiency and prevent excessive traffic. + * Nodes use fixed roles where "Companion" nodes are not repeating messages at all to prevent adverse routing paths from being used. * Supports LoRa Radios – Works with Heltec, RAK Wireless, and other LoRa-based hardware. * Decentralized & Resilient – No central server or internet required; the network is self-healing. * Low Power Consumption – Ideal for battery-powered or solar-powered devices.