You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ MeshCore provides the ability to create wireless mesh networks, similar to Mesht
9
9
10
10
## ⚡ Key Features
11
11
12
-
* 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.
12
+
* Multi-Hop Packet Routing
13
+
* Devices can forward messages across multiple nodes, extending range beyond a single radio's reach.
14
+
* Supports up to a configurable number of hops to balance network efficiency and prevent excessive traffic.
15
+
* Nodes use fixed roles where "Companion" nodes are not repeating messages at all to prevent adverse routing paths from being used.
13
16
* Supports LoRa Radios – Works with Heltec, RAK Wireless, and other LoRa-based hardware.
14
17
* Decentralized & Resilient – No central server or internet required; the network is self-healing.
15
18
* Low Power Consumption – Ideal for battery-powered or solar-powered devices.
@@ -90,6 +93,21 @@ Here are some general principals you should try to adhere to:
90
93
* No dynamic memory allocation, except during setup/begin functions.
91
94
* Use the same brace and indenting style that's in the core source modules. (A .clang-format is prob going to be added soon, but please do NOT retroactively re-format existing code. This just creates unnecessary diffs that make finding problems harder)
92
95
96
+
## Road-Map / To-Do
97
+
98
+
There are a number of fairly major features in the pipeline, with no particular time-frames attached yet. In very rough chronological order:
0 commit comments