mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-13 18:23:07 +00:00
af79428f4c
Comprehensive documentation of how MeshCore Analyzer resolves truncated hash prefixes (1-3 bytes) to node identities across the entire codebase. Covers firmware encoding, server-side disambiguation (3 implementations), client-side HopResolver, live feed's independent implementation, and consistency analysis. Notable findings: - /api/resolve-hops has regional filtering that disambiguateHops() lacks - live.js reimplements disambiguation independently without HopResolver - Inline resolveHop() in analytics resolves hops without path context - These are not bugs but worth knowing about for future refactoring