mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 02:07:56 +00:00
New GET /api/analytics/wardriving/sender-messages returns one sender's individual messages (most-recent-first, capped at 200): resolved entry-point path (path[0] first), per-observer SNR/RSSI, and payload standard/anomaly classification. Pass since+until to scope to one session's exact range; otherwise it covers the sender's whole window. Frontend makes sender names in Top Senders and Sessions clickable — clicking toggles an inline expansion row with that sender's messages, resolving every distinct path prefix in one /resolve-hops call (same unique_prefix-only discipline as the aggregate Entry Points table). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>