MeshCore
| MeshCore | |
|---|---|
| Original authors | Scott Powell and Liam Cottle[1] |
| Developer | MeshCore community |
| Written in | C++ |
| Operating system | Embedded systems |
| Platform | LoRa-enabled hardware |
| Type | Mesh networking |
| License | MIT License |
| Website | meshcore |
| Repository | |
MeshCore is a LoRa-based mesh networking protocol and software project created by Scott Powell in 2024. It is designed for low power off-the-grid text communication, therefore not depending on cellular networks.[2][3] The software is published under the MIT License.
MeshCore is often compared to Meshtastic, another LoRa-based mesh networking protocol. Meshtastic utilizes member roles, to define the intended purpose of each node, but it largely relies on broadcast-style message flooding to increase range and chances of successful delivery, at the cost of bandwidth utilization.[4] MeshCore also employs flood broadcasts for all public channels,[5] but enforces node roles more, emphasizing structured routing roles and store-and-forward mechanisms to reduce bandwidth utilization, at the cost of multi-hop range and coverage. This differentiation results in different scalability and energy-consumption characteristics between the two.[6]
History
[edit]MeshCore was developed by Scott Powell in late 2024,[7] with web and mobile clients being developed by Liam Cottle in the wake of the severe tropical cyclone Gabrielle that devastated parts of the North Island of New Zealand.[8]
Characteristics
[edit]MeshCore allows LoRa-enabled embedded devices to form self-organizing mesh networks in which messages can be relayed across multiple intermediate nodes. The project emphasizes low power consumption, scalability, and structured routing roles, distinguishing it from broadcast-based LoRa mesh systems.
MeshCore is designed to run on microcontroller-based hardware equipped with LoRa transceivers, including boards based on the ESP32 platform. Commonly used devices include Heltec LoRa32 and LilyGo LoRa development boards. Devices operate in unlicensed ISM frequency bands such as 868 MHz and 915 MHz, depending on regional regulations. In 2025 LILYGO brought out the first Meshcore smartphone: T-Display P4.[9]
The software consists of firmware flashed onto supported devices and optional companion applications used for configuration and messaging.
Features
[edit]- Decentralized architecture: nodes communicate peer-to-peer without centralized servers.[10]
- Multi-hop routing: messages can traverse multiple relay nodes to extend range.[10]
- Low-power operation: optimized for battery-powered embedded devices using LoRa radios.[10]
- Encryption support: optional end-to-end encryption mechanisms are available (as described in project documentation).[10]
- Role-based nodes: includes companion nodes, repeaters, and room servers to structure network behavior.[10]
Limitations
[edit]- Low data throughput: LoRa modulation supports only low-bandwidth text or telemetry data.[11]
- Environmental constraints: range and reliability are affected by terrain, obstacles, and antenna placement.
- Setup complexity: reviewers have noted fragmented documentation and a steep learning curve for new users.
- Regulatory constraints: operation is subject to regional ISM band regulations and transmit power limits.
- Setup style: MeshCore is based more on fixed infrastructure. This means that instead of all devices contributing to the mesh network, only repeaters can act as mesh nodes, retransmitting data. This makes it more difficult for messages to be sent over long distances, but could also be considered a feature in areas of high radio density. Each message is being repeated fewer times by fewer nodes, resulting in less packet collisions and errors in places where the radio band is heavily utilized.[12][13]
References
[edit]- ↑ pe1hvh.nl: MeshCore Complete Manual Off-grid mesh communication Text-based communication via LoRa radio. Version 2.0 - January 2026. By PE1HVH / ChatGPT / Claude.ai, backup Citat: "...At the end of 2024, Australian developer Scott Powell (Ripple Radios) started a new protocol. In early 2025, he launched the MeshCore project together with Andy Kirby (UK) and Liam Cottle (NZ)...13. Dechirp Analysis..."
- ↑ Smith, Jenny (2025-12-06). "Lessons Learned After Trying MeshCore for Off-Grid Text Messaging". Hackaday. Hackaday Media. Retrieved 2026-01-05.
- ↑ Gómez, R.; Martínez, L. (2024). "Routing Strategies for LoRa-Based Mesh Networks". Proceedings of the International Conference on Low Power Wide Area Networks. IEEE. pp. 112–118.
- ↑ "Why Meshtastic Uses Managed Flood Routing | Meshtastic". meshtastic.org. 2024-08-18. Retrieved 2026-06-26.
- ↑ "Frequently Asked Questions - MeshCore Docs". docs.meshcore.io. Retrieved 2026-06-25.
- ↑ "MeshCore routing algorithms - how messages find the best route | LocalMesh". www.localmesh.nl. Retrieved 2026-06-25.
- ↑ "The Year In Review". RippleRadios.com. 2025-12-12.
- ↑ Council, Gisborne District (2025-09-19). "Back-up comms crucial in emergencies". Gisborne District Council. Archived from the original on 2026-01-07. Retrieved 2026-01-07.
- ↑ Chung, Jackson (2025-12-17). "First Look at the MeshCore Smartphone, a Pocket-Sized Off-Grid Communicator in Disguise". TechEBlog. Retrieved 2026-01-07.
- 1 2 3 4 5 meshcore-dev/MeshCore, MeshCore, 2026-06-25, retrieved 2026-06-25
- ↑ Yousuf, Asif; Rochester, Edward; Ousat, Behnam; Ghaderi, Majid. "Throughput, Coverage and Scalability of LoRa LPWAN for Internet of Things" (PDF). University of Calgary.
- ↑ "LoRa — LoRa documentation". lora.readthedocs.io. Retrieved 2026-06-25.
- ↑ "Duty Cycle". The Things Network. Retrieved 2026-06-25.