Files
meshcore-analyzer/cmd/server
dborup fecb53dd00 feat: pong reply reports how far the packet spread geographically
Adds a "spread up to Nkm" part to the ping-bot's reply, computed as the
farthest any hearing station's own GPS fix was from whoever heard it
first -- the same signal View Path's map shows, surfaced directly in
the chat bubble so it's visible without opening the map. Deliberately
skips View Path's neighbor-centroid position fallback (too expensive
to run per-ping across a page of messages); a station without its own
GPS fix just doesn't contribute, so the part is silently omitted when
fewer than two stations have one.

"heard by N observers" already reported total station breadth per
transmission, so no separate count was added.
2026-07-24 20:06:40 +02:00
..