search
[last updated: 2025-12-29]
MeshTastic.org
unorganized source material
Non-ham radio modes
--------------------------------
On This Page:
Telemetry Links
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
Basic Config: ...and ensure the default modem preset (LONG_FAST) and ALL rebroadcast mode are active for public mesh participation.
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
Usage:
https://meshtastic.org/docs/software/python/cli/usage/
$ meshtastic --get all
---------------------------------------------------------------------------------------------------------------
Sender data: The sender's short name is explicitly included.
Addressee data: The addressee is implied by which channel the message was sent on (e.g., the default channel), but not explicitly stated in the output string.
PROTO Mode: This mode exposes the full Protobuf Client API over the serial port. Data is sent as binary Protobuf packets with a 4-byte header for framing.
Sender/Addressee data: The full packet structure, as defined in the Meshtastic API, includes fields for both the sender and the addressee (destination node ID). This allows a client device (like an Arduino or Raspberry Pi) to parse the data and extract all relevant information programmatically.
SIMPLE Mode: Operates as a "dumb UART tunnel," forwarding raw data without specific formatting, and requires a dedicated "serial" channel. Sender/addressee data may be part of the raw data, but it would need to be decoded by an external program.
NMEA/CalTopo Modes: These modes output standard NMEA 0183 data streams primarily containing GPS and node location data as waypoints, not general message sender/addressee information.
In summary, for simple text output, you see the sender's name. For full data access including the addressee, use the PROTO mode and a compatible client library to decode the Protobuf messages, such as the Python Meshtastic API library or the Arduino client library
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
meshtastic --setlat 25.2 --setlon -16.8 --setalt 120
-----------------------------------------------
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
.
eof