mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-08 02:51:54 +00:00
8a0f731452
The Go analytics topology endpoint was counting every unique hop string from packet paths (including unresolved 1-byte hex prefixes) as a unique node, inflating the count from ~540 to 6502. Now resolves each hop via the prefix map and deduplicates by public key, matching the Node.js behavior. fixes #146 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>