Files
meshcore-analyzer/public
you cbec6b3108 Move hop resolution to client side
Create public/hop-resolver.js that mirrors the server's disambiguateHops()
algorithm (prefix index, forward/backward pass, distance sanity check).

Replace all /api/resolve-hops fetch calls in packets.js with local
HopResolver.resolve() calls. The resolver lazily fetches and caches the
full nodes list via /api/nodes on first use.

The server endpoint is kept as fallback but no longer called by the UI,
eliminating 40+ HTTP requests per session.
2026-03-21 20:39:28 +00:00
..
2026-03-18 19:34:05 +00:00
2026-03-18 19:34:05 +00:00
2026-03-21 20:39:28 +00:00
2026-03-21 20:39:28 +00:00