Back to browse
A C++ ALNS routing engine for LEO satellite mesh networks [video]

A C++ ALNS routing engine for LEO satellite mesh networks [video]

by ADARSHLILHARE·Jun 21, 2026·1 point·0 comments

AI Analysis

MidBold Bet

YouTube-only demo with no code repo makes the 49ms claim impossible to verify.

Strengths
  • Specific performance claims with measurable metrics (49ms vs 400ms, 2.1% optimality gap)
  • ALNS destroy/repair operators tailored for orbital mesh network failures
Weaknesses
  • No GitHub repo or accessible code to evaluate the actual implementation
  • Video behind YouTube bot wall prevents even viewing the demo
Target Audience

Satellite network engineers, aerospace developers, routing algorithm researchers

Similar To

OSRM · GraphHopper

Post Description

Hi HN. I built this bare-metal C++ engine to handle mass-node failures in orbital mesh networks. Like During a simulated 300-satellite failure, exact algorithms like Dijkstra take over 400ms to calculate a new route, which drops the connection. I used an ALNS metaheuristic to find a route with a 2.1% optimality gap in just 49ms. It then naturally converges to the 0% global optimum in the background in few seconds all this in standard CPU Core. I’d love to hear your thoughts on the destroy/repair operators I used.

Similar Projects