Форк репозитария VBart для meshcoretel.ru с моими добавками

liamcottle b0b87fd709 fix gps pins for lilygo t impulse plus преди 3 месеца
.devcontainer 0ac33479d3 fix: update devcontainer features to use node instead of bun преди 4 месеца
.github 5e03c00397 Add unit tests for Utils::toHex преди 3 месеца
.vscode 6c7efdd0f6 Initial commit преди 1 година
arch 04b69e86be revert bluefruit patch преди 3 месеца
bin 13bc6e4178 setup automated firmware builds with github actions преди 1 година
boards c4523f71a9 Merge pull request #2522 from liamcottle/board/lilygo-t-impulse-plus преди 3 месеца
docs f9ddd9da72 Merge pull request #2445 from kizniche/update-docs-txdelay-rxdelay преди 3 месеца
examples 56d4671c2c Merge pull request #2490 from tuzzmaniandevil/dev преди 3 месеца
include 6c7efdd0f6 Initial commit преди 1 година
lib 03458269ac moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo преди 1 година
logo 22058c0ee5 add logo files преди 1 година
src 6d3b71eed9 add heltec-mesh-node-t1 преди 3 месеца
test 5e03c00397 Add unit tests for Utils::toHex преди 3 месеца
variants b0b87fd709 fix gps pins for lilygo t impulse plus преди 3 месеца
.clang-format 4e2786c516 Re-applying 73a7a96, formatting, MyMesh reformat преди 1 година
.envrc 21564ae494 add default.nix/.envrc for automagic platformio dev environment on NixOS преди 1 година
.gitignore fb726e48c2 Allows us to have custom PlatformIO envs and configs (#2234) преди 4 месеца
CNAME 384e482052 Create CNAME преди 6 месеца
CONTRIBUTING.md 42db60bc26 * markdown changes преди 4 месеца
README.md ccda0a99d8 Merge pull request #925 from mtlynch/unit-tests преди 3 месеца
RELEASE.md bb8082d966 add release docs преди 1 година
build.sh 5df139f3d6 update build.sh to support RP2040 and STM32 преди 6 месеца
build_as_lib.py 0959e64d11 lib_build: add UI_FLAVOR and some cleanup преди 11 месеца
create-uf2.py 24ed5b377f added custom pio task "Create UF2 file" преди 9 месеца
default.nix 24ef375fc7 default.nix: add python3 to the shell преди 1 година
library.json 7829c51898 Bump to RadioLib 7.6.0 преди 4 месеца
license.txt e4ec9aec0b * tidy ups преди 1 година
merge-bin.py e58d866949 * merge-bin.py script преди 1 година
mkdocs.yml 30963231ce update docs logo преди 4 месеца
platformio.ini 716ba8ee5e pin CustomLFS to version 0.2.2 преди 3 месеца

README.md

About MeshCore

MeshCore is a lightweight, portable C++ library that enables multi-hop packet routing for embedded projects using LoRa and other packet radios. It is designed for developers who want to create resilient, decentralized communication networks that work without the internet.

🔍 What is MeshCore?

MeshCore now supports a range of LoRa devices, allowing for easy flashing without the need to compile firmware manually. Users can flash a pre-built binary using tools like Adafruit ESPTool and interact with the network through a serial console. MeshCore provides the ability to create wireless mesh networks, similar to Meshtastic and Reticulum but with a focus on lightweight multi-hop packet routing for embedded projects. Unlike Meshtastic, which is tailored for casual LoRa communication, or Reticulum, which offers advanced networking, MeshCore balances simplicity with scalability, making it ideal for custom embedded solutions., where devices (nodes) can communicate over long distances by relaying messages through intermediate nodes. This is especially useful in off-grid, emergency, or tactical situations where traditional communication infrastructure is unavailable.

⚡ Key Features

  • 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.
  • Simple to Deploy – Pre-built example applications make it easy to get started.

🎯 What Can You Use MeshCore For?

  • Off-Grid Communication: Stay connected even in remote areas.
  • Emergency Response & Disaster Recovery: Set up instant networks where infrastructure is down.
  • Outdoor Activities: Hiking, camping, and adventure racing communication.
  • Tactical & Security Applications: Military, law enforcement, and private security use cases.
  • IoT & Sensor Networks: Collect data from remote sensors and relay it back to a central location.

🚀 How to Get Started

For developers;

The Simple Secure Chat example can be interacted with through the Serial Monitor in Visual Studio Code, or with a Serial USB Terminal on Android.

⚡️ MeshCore Flasher

We have prebuilt firmware ready to flash on supported devices.

  • Launch https://meshcore.io/flasher
  • Select a supported device
  • Flash one of the firmware types:
    • Companion, Repeater or Room Server
  • Once flashing is complete, you can connect with one of the MeshCore clients below.

📱 MeshCore Clients

Companion Firmware

The companion firmware can be connected to via BLE, USB or WiFi depending on the firmware type you flashed.

Repeater and Room Server Firmware

The repeater and room server firmwares can be setup via USB in the web config tool.

They can also be managed via LoRa in the mobile app by using the Remote Management feature.

🛠 Hardware Compatibility

MeshCore is designed for devices listed in the MeshCore Flasher

📜 License

MeshCore is open-source software released under the MIT License. You are free to use, modify, and distribute it for personal and commercial projects.

Contributing

Please submit PR's using 'dev' as the base branch! For minor changes just submit your PR and we'll try to review it, but for anything more 'impactful' please open an Issue first and start a discussion. Is better to sound out what it is you want to achieve first, and try to come to a consensus on what the best approach is, especially when it impacts the structure or architecture of this codebase.

Here are some general principals you should try to adhere to:

  • Keep it simple. Please, don't think like a high-level lang programmer. Think embedded, and keep code concise, without any unnecessary layers.
  • No dynamic memory allocation, except during setup/begin functions.
  • 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)

Help us prioritize! Please react with thumbs-up to issues/PRs you care about most. We look at reaction counts when planning work.

Running unit tests

To run unit tests, run the following command:

pio test --environment native --verbose

Road-Map / To-Do

There are a number of fairly major features in the pipeline, with no particular time-frames attached yet. In very rough chronological order:

  • [X] Companion radio: UI redesign
  • [X] Repeater + Room Server: add ACL's (like Sensor Node has)
  • [X] Standardise Bridge mode for repeaters
  • Repeater/Bridge: Standardise the Transport Codes for zoning/filtering
  • [X] Core + Repeater: enhanced zero-hop neighbour discovery
  • Core: round-trip manual path support
  • Companion + Apps: support for multiple sub-meshes (and 'off-grid' client repeat mode)
  • Core + Apps: support for LZW message compression
  • Core: dynamic CR (Coding Rate) for weak vs strong hops
  • Core: new framework for hosting multiple virtual nodes on one physical device
  • V2 protocol spec: discussion and consensus around V2 packet protocol, including path hashes, new encryption specs, etc

📞 Get Support

  • Report bugs and request features on the GitHub Issues page.
  • Find additional guides and components on my site.
  • Join MeshCore Discord to chat with the developers and get help from the community.