arduinoGP 27a10b395f Update MQTT.cpp
(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.
2022-12-04 00:00:43 -05:00
2022-11-25 09:44:26 -08:00
2022-11-24 13:55:57 +01:00
2021-10-09 17:15:12 +11:00
2022-12-04 00:00:43 -05:00
2020-03-15 19:29:55 -07:00
2022-01-24 17:24:40 +00:00
2022-11-26 16:03:17 +01:00
2022-11-20 16:14:32 +01:00
2022-11-13 18:16:40 -06:00
2022-11-24 13:55:57 +01:00
2022-11-20 06:38:17 +00:00

Meshtastic Firmware

GitHub release downloads CI CLA assistant Fiscal Contributors Vercel

Overview

This repository contains the device firmware for the Meshtastic project.

Building Instructions Flashing Instructions

Stats

Alt

Languages
C++ 67.1%
C 31%
Python 1.1%
Shell 0.3%
Batchfile 0.3%
Other 0.1%