kopia lustrzana https://github.com/meshtastic/firmware
![]() The flasher Bash script uses a neat `"${FILENAME##*"$variant"*}"` Bash trick to replace any string in `FILENAME` containing the string in `variant` with an empty string. It puts this in loops over arrays to check if `FILENAME` contains any `variant` in the list. But the test needs to be `-z` (i.e. match the empty string, which we get if we found `variant`) if we want to operate on filenames that have any items from the list. With `-n` we pass the condition if we *don't* find the variant, and then operate on filenames that *don't* have *every* variant from the list. |
||
---|---|---|
.clusterfuzzlite | ||
.devcontainer | ||
.github | ||
.trunk | ||
.vscode | ||
arch | ||
bin | ||
boards | ||
data/static | ||
debian | ||
extra_scripts | ||
images | ||
meshtestic@dcac7e5673 | ||
monitor | ||
protobufs@5a5ab103d2 | ||
release | ||
src | ||
test | ||
variants | ||
.dockerignore | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.gitpod.yml | ||
.semgrepignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
alpine.Dockerfile | ||
docker-compose.yml | ||
meshtasticd.spec.rpkg | ||
partition-table.csv | ||
platformio.ini | ||
pyocd.yaml | ||
rpkg.conf | ||
suppressions.txt | ||
userPrefs.jsonc | ||
version.properties |
README.md
Overview
This repository contains the official device firmware for Meshtastic, an open-source LoRa mesh networking project designed for long-range, low-power communication without relying on internet or cellular infrastructure. The firmware supports various hardware platforms, including ESP32, nRF52, RP2040/RP2350, and Linux-based devices.
Meshtastic enables text messaging, location sharing, and telemetry over a decentralized mesh network, making it ideal for outdoor adventures, emergency preparedness, and remote operations.
Get Started
- 🔧 Building Instructions – Learn how to compile the firmware from source.
- ⚡ Flashing Instructions – Install or update the firmware on your device.
Join our community and help improve Meshtastic! 🚀