Packet #765444 Success

TRACEROUTE_APP packet from art38 🚘 (art3) to Ing Verkβ›Ί (IngV)

7
Total Receptions
7
Unique Gateways
1
Hop Count
0
Payload Bytes
Packet Information
Database ID: 765444
Mesh Packet ID: 0x45290c01
Used for correlation across gateways
Timestamp: 2026-01-29 12:54:46 UTC
From Node: art38 🚘 (art3)
To Node: Ing Verkβ›Ί (IngV)
Success: Processed
Protocol: TRACEROUTE_APP
Port: 70
Gateway: Ph-16bc (Gate) (B-07)
Channel: LongFast
RSSI: -89 dBm
SNR: -1.0 dBm
Hop Info: 1/7 hops
Start: 7, Limit: 6
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
Analysis Error: No payload data - showing packet structure only
All Receptions
All gateways that received this packet
Correlation: Using Mesh Packet ID
Reception Locations
Loading...

Loading reception map...

Map shows gateway locations that received this packet. Hop counts are displayed if available.
Gateway Time Offset RSSI SNR Hops Channel Timestamp Actions
Ph-16bc (Gate) (B-07) Primary 0.000s
Reference
-89.0 dBm -1.00 dB 1 LongFast 2026-01-29 12:54:46 Current
Starfer3 (STR3) -0.004s
Before
-100.0 dBm -8.75 dB 1 LongFast 2026-01-29 12:54:46 View
art18πŸ€–meshmonitor.websdr64.ru (art1) +0.003s
After
-84.0 dBm 0.25 dB 1 LongFast 2026-01-29 12:54:46 View
ADV Static 2 (Zver111) (AVS2) +0.009s
After
-128.0 dBm -20.25 dB 1 LongFast 2026-01-29 12:54:46 View
Vergeon4 (ra04) +0.260s
After
-121.0 dBm -12.50 dB 1 LongFast 2026-01-29 12:54:47 View
ADV Nucleus (AVS0) +0.300s
After
-123.0 dBm -14.50 dB 1 LongFast 2026-01-29 12:54:47 View
Vergeon3 (ra03) +0.323s
After
-125.0 dBm -19.50 dB 1 LongFast 2026-01-29 12:54:47 View
7

Total Receptions

7

Unique Gateways