Skip to main content

Module discovery

Module discovery 

Source
Expand description

Mesh discovery helpers for the reverse proxy subsystem.

Uses SyncedStore to announce local proxies and discover remote proxies across the mesh. The store is created at the binding layer (NAPI/Tauri) because SyncedStore::new requires Arc<Node>.

Functions§

build_announcements
Build a list of announcements from locally active proxies.
extract_remote_proxies
Extract remote proxies from a SyncedStore, excluding the local device’s own entries.