Every Device, Already Connected

Wendy Labs - Wendy Labs TeamAugust 26, 2026
AODV route discovery · device-01 → device-12
Local when possible, cloud-routed when the LAN path disappears
device-01device-04device-07device-09device-12cloud relay
Route state
No route cached

The source has traffic for device-12, but no valid next hop.

  1. 1Broadcast RREQ
  2. 2Return fresh RREP
  3. 3Install next hops
  4. 4Handle link failure
  5. 5Select cloud fallback
destination
device-12.meshresolving
AODV discovers routes only when they are needed: RREQ finds a path, RREP installs it, and RERR removes a broken one. Wendy can then keep the stable peer name reachable over its cloud route.

Bring your devices online and let them find each other. WendyOS gives every peer a stable identity, keeps nearby traffic local, and finds a new path when the old one disappears.

The best network is the one your software never has to notice.

A camera sees. A GPU understands. A robot moves. They may be separate computers, but together they are one product. The network between them should feel just as coherent.

That means no addresses baked into application code. No cloud round trip between devices sitting next to each other. No custom discovery layer in every service. An app should ask for a device by name and start talking, while the operating system works out how to get there.

One path feels fine—until it is gone.

In a simple chain, camera-01 has exactly one way to reach the uplink. If any relay fails, healthy endpoints become unreachable.

Route found — traffic is flowing
camera-01device-02device-03device-04uplink
Click any relay device to knock it offline. This is a single-path network: camera-01 reaches the uplink through one chain of relays. Take out any relay and everything behind it goes dark, because there is no other way through. One failure, total outage.

Give every conversation another way through.

A mesh replaces that brittle chain with multiple routes.

Route found — traffic is flowing
camera-01device-02device-03device-04device-05device-06uplink
Drag devices to rewire the mesh. Click a relay to knock it offline. Same job, but now every device links to whatever neighbours are in range, so there are several ways from camera-01 to the uplink. Knock out a device on the live route (the green one) and the traffic immediately finds another path. Kill enough of them to sever every route and the mesh finally partitions — that is the point where redundancy runs out.

When a relay disappears, WendyOS selects another route without changing the connection used by the application.

Familiar names. Any transport. No networking SDK.

WendyOS keeps identity, discovery, and routing below the application layer. Apps connect to stable names such as device-<id>; local traffic stays local, and route changes do not leak into application code.

The mesh is not tied to Wi-Fi, Ethernet, or any other transport. WendyOS can use whatever connection is available while applications keep addressing the same peers in the same way.

Trending

Related post

Expand your knowledge with these hand-picked posts.

SensorLink: Pair a Device. Borrow Its Senses.
September 12, 2026

SensorLink: Pair a Device. Borrow Its Senses.

Give your Wendy host the eyes and ears of another device. SensorLink brings cameras, microphones, and a shared model for time-series sensors into a familiar pairing workflow.

Wendy Labs - Wendy Labs Team

Free NVIDIA DGX Spark 3D model
September 06, 2026

Free NVIDIA DGX Spark 3D model

Download our free NVIDIA DGX Spark 3D model as a GLB or an editable Blender scene with studio lighting, materials, and cameras. No signup required.

Wendy Labs - Wendy Labs Team

background home assistant robot

Start with one device. Close the loop around it.

Use WendyOS on your hardware or add Wendy Agent to an existing Linux or Apple Silicon Mac. Connect sensors, run your code, and carry what you learn into the next release.