mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-07 14:08:51 +00:00
Meshtastic device firmware
![]() (First real try at writing meaningful C++ but it seems to work.) Allows sending JSON Position data from MQTT broker for broadcast to a LORA mesh via gateway device. The new type is "sendposition". Valid envelope looks like: { "sender": "someSender", "type": "sendposition", "payload": { "latitude_i": 399600000, "longitude_i": -862600000, "altitude": 100 } } This complements the "sendtext" type envelope. |
||
---|---|---|
.github | ||
.vscode | ||
arch | ||
bin | ||
boards | ||
data/static | ||
images | ||
protobufs@afa4605699 | ||
release | ||
src | ||
variants | ||
.clang-format | ||
.gitignore | ||
.gitmodules | ||
.semgrepignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
partition-table.csv | ||
platformio.ini | ||
README.md | ||
suppressions.txt | ||
version.properties |
Meshtastic Firmware
Overview
This repository contains the device firmware for the Meshtastic project.
Building Instructions Flashing Instructions