Wi-Fi Mesh Self-Healing Workbench

Trace how a Wi-Fi mesh detects a failed relay, repairs the route, and resumes traffic over another path

animation
wifi
mesh
routing
self-healing
Learner-ready Wi-Fi mesh self-healing animation with failure scenarios, route repair controls, airtime-cost path selection, RREQ/RREP-style message flow, recovery timing, technical notes, and mobile-ready learning support.
Animation Wi-Fi Mesh Self-Healing Intermediate

Wi-Fi Mesh Self-Healing Workbench

Watch a client route survive a relay failure. The workbench separates detection, path repair, reply selection, and resumed traffic so learners can see what the mesh changes and what it cannot fix.

Core idea Alternate paths prevent single relay failure
Routing basis Lowest airtime-style cost, not just hop count
Failure signal Missed probes plus poor link metrics
Limit Partitioned nodes still need another link

Mesh Route Map

A relay has failed. Step through detection, route discovery, and traffic recovery.

Route repaired
Wi-Fi mesh route repair map Network graph showing root gateway, mesh relays, client, failed nodes, route discovery messages, and active traffic path.
Active route Camera -> Patio -> Garage -> Living -> Root
Hop count 3 mesh hops
Recovery estimate 4.2 s
Airtime cost 891

Diagnosis

Forwarded data Path request or warning Path reply Failed relay or broken route
How To Read The Animation
Green data path The route currently carrying client traffic toward the root gateway. A changed green path means traffic has been rerouted.
Red dashed path The route that was good before the failure but now crosses a failed relay or unusable link.
Orange request wave A simplified path request broadcast. Real systems limit and rate-control these messages to protect airtime.
Purple reply A path reply travels back along a selected route. The selected route should have a lower cost than other available choices.
Quick Technical Reference
HWMP IEEE 802.11s defines the Hybrid Wireless Mesh Protocol, combining proactive root announcements with reactive path discovery.
Airtime metric Wi-Fi mesh routing usually prefers links that consume less channel time. A cleaner high-rate link can beat a shorter poor link.
Detection delay The workbench estimates detection from probe interval multiplied by missed probes. Real devices also use beacons, retries, and vendor logic.
Partition limit Self-healing needs at least one complete path. If every path is broken, the correct outcome is no route, not instant recovery.
Try These Checks
Step the kitchen failure Watch the old route fail through Kitchen, then compare the new Patio -> Garage -> Living path.
Raise retry pressure Higher retry pressure increases the estimated recovery window and can change the path cost calculation.
Choose Patio isolated The learner should see that route discovery can fail when there is no connected path back to the root.
Click a mesh node Clicking any non-root mesh node toggles its failure state, making it easy to test your own topology case.
Model Boundaries

This is a teaching model. It uses a small graph, a simplified airtime-style cost, and RREQ/RREP-style names to show the idea of mesh repair. Actual consumer and enterprise systems may use proprietary controllers, band steering, dedicated backhaul radios, or controller-assisted decisions. The key concept remains the same: detect a bad next hop, choose a better available path, and resume forwarding only when a connected path still exists.