mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 11:57:25 +00:00
27a10b395f5a7ae0e6e9884250b7a7518c441b81
(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.
Meshtastic Firmware
Overview
This repository contains the device firmware for the Meshtastic project.
Building Instructions Flashing Instructions
Stats
Languages
C++
67.1%
C
31%
Python
1.1%
Shell
0.3%
Batchfile
0.3%
Other
0.1%