Skip to main content

Module shared_client

Module shared_client 

Source
Expand description

Shared instance client mode.

Allows an RnsNode to connect as a client to an already-running Reticulum daemon, proxying operations through it. The client runs a minimal transport engine with transport_enabled: false — it does no routing of its own, but registers local destinations and sends/receives packets via the local connection.

This matches Python’s behavior when share_instance = True and a daemon is already running: the new process connects as a client rather than starting its own interfaces.

Structs§

SharedClientConfig
Configuration for connecting as a shared instance client.