mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-26 04:54:02 +00:00
GetPacketPath used to resolve only the single farthest-traveled observation and discard the rest. It now returns one branch per distinct station (kept at that station's own deepest observation), each with its own hop count and, where resolvable, relay chain -- so the map visualizes the packet's full flood spread instead of one route. Stations whose path never resolved, or who heard the packet directly (0 hops), still contribute a branch via their own position, rather than being silently dropped. The "View path" link in the ping-bot reply no longer requires hops > 0 to show, since even an all-direct ping still has observer spread worth plotting. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>