Packet #547716 Success

TRACEROUTE_APP packet from SELMASH RADIO (SELM) to Meshtastic evgeniy (EVG)

1
Total Receptions
1
Unique Gateways
5
Hop Count
126
Payload Bytes
Packet Information
Database ID: 547716
Mesh Packet ID: 0xd9fdd89d
Used for correlation across gateways
Timestamp: 2026-04-19 11:20:52 UTC
From Node: SELMASH RADIO (SELM)
To Node: Meshtastic evgeniy (EVG)
Success: Processed
Protocol: TRACEROUTE_APP
Port: 70
Gateway: q00_Repeater (q00)
Channel: LongFast
RSSI: -97 dBm
SNR: 9.75 dBm
Hop Info: 5/5 hops
Start: 5, Limit: 0
Payload Data
Protocol: TRACEROUTE_APP
Size: 126 bytes
Decoded: Yes
Decoded Data:
Route Information
Route Path: Pigeon 🐦 (🐦) Meshtastic c224 (c224) Сельмаш (Selm)
Hop Count: 2 hops
Status: Forward incomplete, Return in progress
SNR Towards: -15.5 dB -18.25 dB -18.0 dB -9.0 dB
Return Path: Azrail 0818 (0818) Сельмаш (Selm) Meshtastic ceb4 (🤖) Radio161 (R161) @archaron Комарова РнД (ARCH) q00_Repeater (q00)
SNR Back: -19.25 dB -16.75 dB -17.75 dB 5.5 dB -14.75 dB 9.75 dB
Route Visualization
Loading...

Loading route map...

Map shows the geographic path if nodes have shared location data.
Traceroute Steps
Hop From Node To Node Distance SNR (dB) Direction Analysis
1 Meshtastic evgeniy (EVG) Pigeon 🐦 (🐦) Unknown -15.5 dB Origin Hops
2 Pigeon 🐦 (🐦) Meshtastic c224 (c224) Unknown -18.25 dB Relay Hops
3 Meshtastic c224 (c224) Сельмаш (Selm) Unknown -18.0 dB Relay Hops
4 Сельмаш (Selm) SELMASH RADIO (SELM) Unknown -9.0 dB Relay Hops
Traceroute incomplete - Final destination not reached
Return Path Steps
Hop From Node To Node Distance SNR (dB) Direction Analysis
1 SELMASH RADIO (SELM) Azrail 0818 (0818) Unknown -19.25 dB Return Start Hops
2 Azrail 0818 (0818) Сельмаш (Selm) 209.64 km -16.75 dB Return Relay Hops
3 Сельмаш (Selm) Meshtastic ceb4 (🤖) Unknown -17.75 dB Return Relay Hops
4 Meshtastic ceb4 (🤖) Radio161 (R161) Unknown 5.5 dB Return Relay Hops
5 Radio161 (R161) @archaron Комарова РнД (ARCH) 4.09 km -14.75 dB Return Relay Hops
6 @archaron Комарова РнД (ARCH) q00_Repeater (q00) 582 m 9.75 dB Return End Hops
Total Return Distance
214.31 km
Combined Traceroute Graph
Controls: Drag nodes to rearrange • Mouse wheel to zoom • Click and drag background to pan • Hover for details
Loading graph...

Building graph...

Legend & Paths
Nodes
🔄 Router Node
📡 Gateway Node
🚀 Source Node
🎯 Target Node
Connections
RF Link
Gateway Connection
Direct Reception (0 hops)
Packet Paths
Loading paths...
.traceroute-graph-container { height: 700px; width: 100%; border: 1px solid #dee2e6; border-radius: 0.375rem; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); } /* Mobile responsiveness */ @media (max-width: 768px) { .traceroute-graph-container { height: 500px; } } /* Legend items */ .legend-item { display: flex; align-items: center; padding: 4px 6px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s ease; position: relative; } .legend-item:hover { background-color: rgba(0, 123, 255, 0.1); } .legend-path-item { display: flex; align-items: center; padding: 3px 6px; border-radius: 4px; cursor: pointer; transition: all 0.2s ease; margin-bottom: 2px; border-left: 3px solid transparent; } .legend-path-item:hover { background-color: rgba(0, 0, 0, 0.05); transform: translateX(2px); } .legend-path-item.highlighted { background-color: rgba(0, 123, 255, 0.15); border-left-color: var(--path-color, #007bff); } .legend-path-color { width: 16px; height: 3px; margin-right: 8px; border-radius: 2px; flex-shrink: 0; } .legend-path-info { flex: 1; min-width: 0; } .legend-path-title { font-size: 0.75rem; font-weight: 600; margin-bottom: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .legend-path-details { font-size: 0.65rem; color: #6c757d; line-height: 1.2; } /* Tooltip styles */ .legend-tooltip { position: absolute; background: rgba(0, 0, 0, 0.9); color: white; padding: 8px 12px; border-radius: 6px; font-size: 0.75rem; pointer-events: none; z-index: 1000; max-width: 250px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity 0.2s ease; white-space: nowrap; } .traceroute-graph-container svg { cursor: grab; } .traceroute-graph-container svg:active { cursor: grabbing; } .graph-tooltip { position: absolute; background: rgba(0, 0, 0, 0.95); color: white; padding: 12px 16px; border-radius: 8px; font-size: 13px; pointer-events: none; z-index: 1000; max-width: 400px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); line-height: 1.5; border: 1px solid rgba(255, 255, 255, 0.1); } .graph-tooltip .tooltip-title { font-weight: bold; margin-bottom: 8px; color: #fff; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 4px; } .graph-tooltip .tooltip-content { color: #e0e0e0; } .graph-tooltip .tooltip-badge { display: inline-block; background: rgba(255, 255, 255, 0.2); padding: 2px 6px; border-radius: 4px; font-size: 11px; margin: 2px 4px 2px 0; } .node-circle { cursor: pointer; transition: all 0.3s ease; filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2)); } .node-circle:hover { stroke-width: 4px !important; filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.4)) brightness(1.1); transform: scale(1.1); } .node-router { fill: #4a90e2; stroke: #2c5aa0; } .node-gateway { fill: #28a745; stroke: #1e7e34; } .node-gateway-router { fill: url(#gatewayRouterGradient); stroke: #1e7e34; } .node-source { fill: #ff6b35 !important; stroke: #d63031 !important; stroke-width: 4px !important; } .node-target { fill: #6c5ce7 !important; stroke: #5f3dc4 !important; stroke-width: 4px !important; } .link-line { transition: all 0.3s ease; cursor: pointer; filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1)); } .link-line:hover { stroke-width: 8px !important; filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3)); } .gateway-connection { stroke-dasharray: 5,5; stroke: #17a2b8; stroke-width: 2; opacity: 0.7; } .gateway-connection:hover { opacity: 1; stroke-width: 4; } .gateway-connection-zero-hop { stroke-dasharray: 2,2; stroke: #fd7e14; stroke-width: 2; opacity: 0.7; } .gateway-connection-zero-hop:hover { opacity: 1; stroke-width: 4; } .path-line { fill: none; stroke-width: 4; opacity: 0.8; transition: all 0.3s ease; pointer-events: none; filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2)); } .path-line:hover { opacity: 1; stroke-width: 6; } .node-label { pointer-events: none; user-select: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-weight: 600; text-shadow: 1px 1px 2px rgba(255,255,255,0.8); font-size: 11px; } .link-label { pointer-events: none; user-select: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-weight: bold; text-shadow: 1px 1px 2px rgba(255,255,255,0.9); font-size: 10px; } /* Old path legend CSS removed - now using sidebar legend */ .modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; cursor: pointer; } .modal-content { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; border: 1px solid #ccc; border-radius: 12px; padding: 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); z-index: 10000; max-width: 600px; width: 90%; max-height: 80vh; overflow-y: auto; cursor: default; }
Raw Packet Analysis
Complete field breakdown and MQTT privacy/exposure analysis
Packet Structure
MQTT Packet Flow:
ServiceEnvelope (MQTT layer) → MeshPacket (Mesh layer) → Decoded Payload (Application data)
Total Size:126 bytes
Gateway:!8488730c
Channel:LongFast
Payload Type:TRACEROUTE_APP
Hop Count:5 / 5
Privacy Summary
Exposure Level:
Direct Message
Privacy Features:
✓ Direct LoRa transmission (not via MQTT)
✓ Acknowledgment requested
+ 2 more...
Exposure Risks:
⚠ Default channel - no encryption
⚠ Packet visible to MQTT subscribers
+ 2 more...
MQTT ServiceEnvelope Fields

MQTT ServiceEnvelope contains the MeshPacket plus routing metadata

FieldValue
gateway_id !8488730c
Node ID format
channel_id LongFast
Default public channel
packet MeshPacket (126 bytes)
Contains the actual mesh network packet
MeshPacket Fields

Core mesh packet with routing and payload information

FieldValueType
from 2896784000
Source node ID
uint32
to 3679993756
Target node ID
uint32
decoded.portnum 70
TRACEROUTE_APP
enum
decoded.payload_length 126 bytes size
hop_limit Not set uint32
hop_start 5
Initial hop limit
uint32
hops_taken 5
Calculated: hop_start - hop_limit
derived
rx_rssi -97.0 dBm
Signal strength at gateway
int32
rx_snr 9.75 dB
Signal quality at gateway
float
rx_time 1776586853
Receive timestamp
fixed32
via_mqtt False
Direct LoRa transmission
bool
want_ack True
Acknowledgment requested
bool
priority Not set enum
delayed Not set enum
channel Not set uint32
pki_encrypted False
Standard encryption
bool
next_hop Not set uint32
relay_node 204
Relay node ID
uint32
tx_after Not set uint32
timestamp 1776586852.5596905
Unix timestamp
uint32
MQTT Privacy & Exposure Analysis

Analysis of privacy features and exposure risks when packet is shared via MQTT

Exposure Level: Direct Message
Privacy Features:
  • ✓ Direct LoRa transmission (not via MQTT)
  • ✓ Acknowledgment requested
  • ✓ Targeted to specific node
  • ✓ Gateway node ID tracked
Exposure Risks:
  • ⚠ Default channel - no encryption
  • ⚠ Packet visible to MQTT subscribers
  • ⚠ Multi-hop path visible (5 hops)
  • ⚠ RF signal metrics exposed (location inference possible)
MQTT-Specific Fields
Want ack: True
Gateway ID: !8488730c
Signal Metrics: RSSI: -97.0 dBm
SNR: 9.75 dB
Complete Payload Analysis

Detailed breakdown of all payload fields and decoded data

Payload Metadata:
Protocol:TRACEROUTE_APP
Size:126 bytes
Decoded: Yes
Complete Payload Data (JSON):
{ "route_nodes": [ 2666525872, 3667837476, 940840850 ], "snr_towards": [ -15.5, -18.25, -18.0, -9.0 ], "route_back": [ 3148679192, 940840850, 67751604, 2997289488, 181009100, 2223534860 ], "snr_back": [ -19.25, -16.75, -17.75, 5.5, -14.75, 9.75 ], "route_node_names": { "2896784000": "SELMASH RADIO (SELM)", "3667837476": "Meshtastic c224 (c224)", "181009100": "@archaron Комарова РнД (ARCH)", "2223534860": "q00_Repeater (q00)", "2666525872": "Pigeon 🐦 (🐦)", "2997289488": "Radio161 (R161)", "940840850": "Сельмаш (Selm)", "67751604": "Meshtastic ceb4 (🤖)", "3148679192": "Azrail 0818 (0818)", "3679993756": "Meshtastic evgeniy (EVG)" }, "traceroute_packet": { "packet_data": { "id": 547716, "timestamp": 1776586852.5596905, "from_node_id": 2896784000, "to_node_id": 3679993756, "portnum": 70, "portnum_name": "TRACEROUTE_APP", "gateway_id": "!8488730c", "channel_id": "LongFast", "mesh_packet_id": 3657291933, "rssi": -97, "snr": 9.75, "hop_limit": 0, "hop_start": 5, "payload_length": 126, "processed_successfully": 1, "raw_payload": "0a0cb0f4ef9e24c29eda921714381228c2ffffffffffffffff01b7ffffffffffffffff01b8ffffffffffffffff01dcffffffffffffffff011a181808adbb92171438b4ce09041002a7b2ccfac90a0c738884222ab3ffffffffffffffff01bdffffffffffffffff01b9ffffffffffffffff0116c5ffffffffffffffff0127", "via_mqtt": 0, "want_ack": 1, "priority": 0, "delayed": 0, "channel_index": null, "rx_time": 1776586853, "pki_encrypted": 0, "next_hop": 0, "relay_node": 204, "tx_after": 0, "timestamp_str": "2026-04-19 11:20:52", "hop_count": 5, "has_payload": true, "success": 1, "from_node_name": "SELMASH RADIO (SELM)", "to_node_name": "Meshtastic evgeniy (EVG)", "gateway_name": "q00_Repeater (q00)", "gateway_location": { "node_id": 2223534860, "latitude": 47.2883769, "longitude": 39.693543, "altitude": 10, "timestamp": 1777489858.0192647, "timestamp_str": "2026-04-29 22:10:58", "display_name": "q00_Repeater", "long_name": "q00_Repeater", "short_name": "q00", "hw_model": "TBEAM" } }, "resolve_names": true, "packet_id": 547716, "from_node_id": 2896784000, "to_node_id": 3679993756, "timestamp": 1776586852.5596905, "gateway_id": "!8488730c", "raw_payload": "0a0cb0f4ef9e24c29eda921714381228c2ffffffffffffffff01b7ffffffffffffffff01b8ffffffffffffffff01dcffffffffffffffff011a181808adbb92171438b4ce09041002a7b2ccfac90a0c738884222ab3ffffffffffffffff01bdffffffffffffffff01b9ffffffffffffffff0116c5ffffffffffffffff0127", "hop_limit": 0, "hop_start": 5, "from_node_name": "SELMASH RADIO (SELM)", "to_node_name": "Meshtastic evgeniy (EVG)", "route_data": { "route_nodes": [ 2666525872, 3667837476, 940840850 ], "snr_towards": [ -15.5, -18.25, -18.0, -9.0 ], "route_back": [ 3148679192, 940840850, 67751604, 2997289488, 181009100, 2223534860 ], "snr_back": [ -19.25, -16.75, -17.75, 5.5, -14.75, 9.75 ] }, "forward_path": { "path_type": "forward_with_return", "node_ids": [ 3679993756, 2666525872, 3667837476, 940840850, 2896784000 ], "node_names": [ "Meshtastic evgeniy (EVG)", "Pigeon 🐦 (🐦)", "Meshtastic c224 (c224)", "Сельмаш (Selm)", "SELMASH RADIO (SELM)" ], "snr_values": [ -15.5, -18.25, -18.0, -9.0 ], "hops": [ { "hop_number": 1, "from_node_id": 3679993756, "to_node_id": 2666525872, "from_node_name": "Meshtastic evgeniy (EVG)", "to_node_name": "Pigeon 🐦 (🐦)", "snr": -15.5, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 2, "from_node_id": 2666525872, "to_node_id": 3667837476, "from_node_name": "Pigeon 🐦 (🐦)", "to_node_name": "Meshtastic c224 (c224)", "snr": -18.25, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 3, "from_node_id": 3667837476, "to_node_id": 940840850, "from_node_name": "Meshtastic c224 (c224)", "to_node_name": "Сельмаш (Selm)", "snr": -18.0, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 4, "from_node_id": 940840850, "to_node_id": 2896784000, "from_node_name": "Сельмаш (Selm)", "to_node_name": "SELMASH RADIO (SELM)", "snr": -9.0, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" } ], "is_complete": false, "total_hops": 4 }, "return_path": { "path_type": "return", "node_ids": [ 2896784000, 3148679192, 940840850, 67751604, 2997289488, 181009100, 2223534860 ], "node_names": [ "SELMASH RADIO (SELM)", "Azrail 0818 (0818)", "Сельмаш (Selm)", "Meshtastic ceb4 (🤖)", "Radio161 (R161)", "@archaron Комарова РнД (ARCH)", "q00_Repeater (q00)" ], "snr_values": [ -19.25, -16.75, -17.75, 5.5, -14.75, 9.75 ], "hops": [ { "hop_number": 1, "from_node_id": 2896784000, "to_node_id": 3148679192, "from_node_name": "SELMASH RADIO (SELM)", "to_node_name": "Azrail 0818 (0818)", "snr": -19.25, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 2, "from_node_id": 3148679192, "to_node_id": 940840850, "from_node_name": "Azrail 0818 (0818)", "to_node_name": "Сельмаш (Selm)", "snr": -16.75, "direction": "return", "is_target_hop": false, "distance_meters": 209644.46091763562, "from_location_timestamp": 1776497321.78147, "to_location_timestamp": 1776586446.4119482, "from_location_age_warning": "from 1.0d ago", "to_location_age_warning": "from 0.1h ago" }, { "hop_number": 3, "from_node_id": 940840850, "to_node_id": 67751604, "from_node_name": "Сельмаш (Selm)", "to_node_name": "Meshtastic ceb4 (🤖)", "snr": -17.75, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 4, "from_node_id": 67751604, "to_node_id": 2997289488, "from_node_name": "Meshtastic ceb4 (🤖)", "to_node_name": "Radio161 (R161)", "snr": 5.5, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 5, "from_node_id": 2997289488, "to_node_id": 181009100, "from_node_name": "Radio161 (R161)", "to_node_name": "@archaron Комарова РнД (ARCH)", "snr": -14.75, "direction": "return", "is_target_hop": false, "distance_meters": 4087.488145347228, "from_location_timestamp": 1776574013.5240827, "to_location_timestamp": 1776583545.5635638, "from_location_age_warning": "from 3.6h ago", "to_location_age_warning": "from 0.9h ago" }, { "hop_number": 6, "from_node_id": 181009100, "to_node_id": 2223534860, "from_node_name": "@archaron Комарова РнД (ARCH)", "to_node_name": "q00_Repeater (q00)", "snr": 9.75, "direction": "return", "is_target_hop": false, "distance_meters": 582.1114235461174, "from_location_timestamp": 1776583545.5635638, "to_location_timestamp": 1776586683.786192, "from_location_age_warning": "from 0.9h ago", "to_location_age_warning": "from 0.0h ago" } ], "is_complete": false, "total_hops": 6 }, "actual_rf_path": { "path_type": "combined_rf", "node_ids": [ 3679993756, 2666525872, 3667837476, 940840850, 2896784000, 3148679192, 67751604, 2997289488, 181009100, 2223534860 ], "node_names": [ "Meshtastic evgeniy (EVG)", "Pigeon 🐦 (🐦)", "Meshtastic c224 (c224)", "Сельмаш (Selm)", "SELMASH RADIO (SELM)", "Azrail 0818 (0818)", "Meshtastic ceb4 (🤖)", "Radio161 (R161)", "@archaron Комарова РнД (ARCH)", "q00_Repeater (q00)" ], "snr_values": [ -15.5, -18.25, -18.0, -9.0, -19.25, -16.75, -17.75, 5.5, -14.75, 9.75 ], "hops": [ { "hop_number": 1, "from_node_id": 3679993756, "to_node_id": 2666525872, "from_node_name": "Meshtastic evgeniy (EVG)", "to_node_name": "Pigeon 🐦 (🐦)", "snr": -15.5, "direction": "forward_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 2, "from_node_id": 2666525872, "to_node_id": 3667837476, "from_node_name": "Pigeon 🐦 (🐦)", "to_node_name": "Meshtastic c224 (c224)", "snr": -18.25, "direction": "forward_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 3, "from_node_id": 3667837476, "to_node_id": 940840850, "from_node_name": "Meshtastic c224 (c224)", "to_node_name": "Сельмаш (Selm)", "snr": -18.0, "direction": "forward_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 4, "from_node_id": 940840850, "to_node_id": 2896784000, "from_node_name": "Сельмаш (Selm)", "to_node_name": "SELMASH RADIO (SELM)", "snr": -9.0, "direction": "forward_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 5, "from_node_id": 2896784000, "to_node_id": 3148679192, "from_node_name": "SELMASH RADIO (SELM)", "to_node_name": "Azrail 0818 (0818)", "snr": -19.25, "direction": "return_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 6, "from_node_id": 3148679192, "to_node_id": 940840850, "from_node_name": "Azrail 0818 (0818)", "to_node_name": "Сельмаш (Selm)", "snr": -16.75, "direction": "return_rf", "is_target_hop": false, "distance_meters": 209644.46091763562, "from_location_timestamp": 1776497321.78147, "to_location_timestamp": 1776586446.4119482, "from_location_age_warning": "from 1.0d ago", "to_location_age_warning": "from 0.1h ago" }, { "hop_number": 7, "from_node_id": 940840850, "to_node_id": 67751604, "from_node_name": "Сельмаш (Selm)", "to_node_name": "Meshtastic ceb4 (🤖)", "snr": -17.75, "direction": "return_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 8, "from_node_id": 67751604, "to_node_id": 2997289488, "from_node_name": "Meshtastic ceb4 (🤖)", "to_node_name": "Radio161 (R161)", "snr": 5.5, "direction": "return_rf", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 9, "from_node_id": 2997289488, "to_node_id": 181009100, "from_node_name": "Radio161 (R161)", "to_node_name": "@archaron Комарова РнД (ARCH)", "snr": -14.75, "direction": "return_rf", "is_target_hop": false, "distance_meters": 4087.488145347228, "from_location_timestamp": 1776574013.5240827, "to_location_timestamp": 1776583545.5635638, "from_location_age_warning": "from 3.6h ago", "to_location_age_warning": "from 0.9h ago" }, { "hop_number": 10, "from_node_id": 181009100, "to_node_id": 2223534860, "from_node_name": "@archaron Комарова РнД (ARCH)", "to_node_name": "q00_Repeater (q00)", "snr": 9.75, "direction": "return_rf", "is_target_hop": false, "distance_meters": 582.1114235461174, "from_location_timestamp": 1776583545.5635638, "to_location_timestamp": 1776586683.786192, "from_location_age_warning": "from 0.9h ago", "to_location_age_warning": "from 0.0h ago" } ], "is_complete": false, "total_hops": 10 } }, "has_return_path": true, "is_complete": false, "forward_path_display": "Meshtastic evgeniy (EVG) → Pigeon 🐦 (🐦) → Meshtastic c224 (c224) → Сельмаш (Selm) → SELMASH RADIO (SELM)", "return_path_display": "SELMASH RADIO (SELM) → Azrail 0818 (0818) → Сельмаш (Selm) → Meshtastic ceb4 (🤖) → Radio161 (R161) → @archaron Комарова РнД (ARCH) → q00_Repeater (q00)", "actual_rf_path_display": "Meshtastic evgeniy (EVG) → Pigeon 🐦 (🐦) → Meshtastic c224 (c224) → Сельмаш (Selm) → SELMASH RADIO (SELM) → Azrail 0818 (0818) → Meshtastic ceb4 (🤖) → Radio161 (R161) → @archaron Комарова РнД (ARCH) → q00_Repeater (q00)", "forward_hops": [ { "hop_number": 1, "from_node_id": 3679993756, "to_node_id": 2666525872, "from_node_name": "Meshtastic evgeniy (EVG)", "to_node_name": "Pigeon 🐦 (🐦)", "snr": -15.5, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 2, "from_node_id": 2666525872, "to_node_id": 3667837476, "from_node_name": "Pigeon 🐦 (🐦)", "to_node_name": "Meshtastic c224 (c224)", "snr": -18.25, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 3, "from_node_id": 3667837476, "to_node_id": 940840850, "from_node_name": "Meshtastic c224 (c224)", "to_node_name": "Сельмаш (Selm)", "snr": -18.0, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 4, "from_node_id": 940840850, "to_node_id": 2896784000, "from_node_name": "Сельмаш (Selm)", "to_node_name": "SELMASH RADIO (SELM)", "snr": -9.0, "direction": "forward", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" } ], "return_hops": [ { "hop_number": 1, "from_node_id": 2896784000, "to_node_id": 3148679192, "from_node_name": "SELMASH RADIO (SELM)", "to_node_name": "Azrail 0818 (0818)", "snr": -19.25, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 2, "from_node_id": 3148679192, "to_node_id": 940840850, "from_node_name": "Azrail 0818 (0818)", "to_node_name": "Сельмаш (Selm)", "snr": -16.75, "direction": "return", "is_target_hop": false, "distance_meters": 209644.46091763562, "from_location_timestamp": 1776497321.78147, "to_location_timestamp": 1776586446.4119482, "from_location_age_warning": "from 1.0d ago", "to_location_age_warning": "from 0.1h ago" }, { "hop_number": 3, "from_node_id": 940840850, "to_node_id": 67751604, "from_node_name": "Сельмаш (Selm)", "to_node_name": "Meshtastic ceb4 (🤖)", "snr": -17.75, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 4, "from_node_id": 67751604, "to_node_id": 2997289488, "from_node_name": "Meshtastic ceb4 (🤖)", "to_node_name": "Radio161 (R161)", "snr": 5.5, "direction": "return", "is_target_hop": false, "distance_meters": null, "from_location_timestamp": null, "to_location_timestamp": null, "from_location_age_warning": "No location data available", "to_location_age_warning": "No location data available" }, { "hop_number": 5, "from_node_id": 2997289488, "to_node_id": 181009100, "from_node_name": "Radio161 (R161)", "to_node_name": "@archaron Комарова РнД (ARCH)", "snr": -14.75, "direction": "return", "is_target_hop": false, "distance_meters": 4087.488145347228, "from_location_timestamp": 1776574013.5240827, "to_location_timestamp": 1776583545.5635638, "from_location_age_warning": "from 3.6h ago", "to_location_age_warning": "from 0.9h ago" }, { "hop_number": 6, "from_node_id": 181009100, "to_node_id": 2223534860, "from_node_name": "@archaron Комарова РнД (ARCH)", "to_node_name": "q00_Repeater (q00)", "snr": 9.75, "direction": "return", "is_target_hop": false, "distance_meters": 582.1114235461174, "from_location_timestamp": 1776583545.5635638, "to_location_timestamp": 1776586683.786192, "from_location_age_warning": "from 0.9h ago", "to_location_age_warning": "from 0.0h ago" } ], "total_forward_distance": 0, "total_return_distance": 214314.06048652896 }
Complete Protobuf Decode (JSON)
{ "service_envelope": { "gateway_id": "!8488730c", "channel_id": "LongFast", "packet": "MeshPacket (see mesh_packet below)" }, "mesh_packet": { "from": 2896784000, "to": 3679993756, "id": 3657291933, "rx_time": 1776586853, "rx_snr": 9.75, "rx_rssi": -97, "hop_limit": 0, "hop_start": 5, "via_mqtt": 0, "want_ack": 1, "priority": 0, "delayed": 0, "channel_index": null, "pki_encrypted": 0, "next_hop": 0, "relay_node": 204, "tx_after": 0, "decoded": { "portnum": 70, "payload": "0a0cb0f4ef9e24c29eda921714381228c2ffffffffffffffff01b7ffffffffffffffff01b8ffffffffffffffff01dcffffffffffffffff011a181808adbb92171438b4ce09041002a7b2ccfac90a0c738884222ab3ffffffffffffffff01bdffffffffffffffff01b9ffffffffffffffff0116c5ffffffffffffffff0127", "want_response": null, "dest": null, "source": null, "request_id": null, "reply_id": null, "emoji": null, "parsed_payload": { "route": [ 2666525872, 3667837476, 940840850 ], "snr_towards": [ -62, -73, -72, -36 ], "route_back": [ 3148679192, 940840850, 67751604, 2997289488, 181009100, 2223534860 ], "snr_back": [ -77, -67, -71, 22, -59, 39 ], "type": "protobuf", "portnum": "TRACEROUTE_APP", "message_class": "RouteDiscovery" } } } }
Raw Packet Data (126 bytes)
0a0cb0f4ef9e24c29eda921714381228c2ffffffffffffffff01b7ffffffffffffffff01b8ffffffffffffffff01dcffffffffffffffff011a181808adbb92171438b4ce09041002a7b2ccfac90a0c738884222ab3ffffffffffffffff01bdffffffffffffffff01b9ffffffffffffffff0116c5ffffffffffffffff0127
Hex Analysis:
Size:126 bytes
Format:Protobuf (Protocol Buffers)
Encoding:Binary with varint and length-delimited fields
This is the raw protobuf-encoded payload as received from MQTT. The structure follows the Meshtastic protobuf schema definitions.
All Receptions
All gateways that received this packet
Correlation: Using Mesh Packet ID
Gateway Time Offset RSSI SNR Hops Channel Timestamp Actions
q00_Repeater (q00) Primary 0.000s
Reference
-97.0 dBm 9.75 dB 5 LongFast 2026-04-19 11:20:52 Current
No other receptions found within ±2 seconds
1

Total Receptions

1

Unique Gateways