Initializes the Reticulum engine.
Configuration options for the node.
OptionalcompressionProvider?: ObjectEngine for handling bz2 Resources (e.g., for rngit).
OptionalstorageAdapter?: ObjectInterface for persisting identities and caches.
OptionaluseImplicitProof?: boolean§6.5.2 PROOF form for opportunistic DATA: true (default, upstream) emits the 64-byte implicit body; false emits the 96-byte explicit body.
Attaches a physical or virtual network interface to the router.
An instantiated interface (TCP, WebSocket, RNode)
If true, unroutable packets fallback to this interface
Removes a local destination, ceasing all incoming traffic to that application endpoint.
Binds an application-level Destination to the network. When your web components spin up and instantiate a Yjs provider, this is where they register their collaborative endpoints to receive traffic.
Removes an interface and purges its routes from the TransportCore.
An instantiated interface (TCP, WebSocket, RNode)
The primary entry point and orchestrator for the Reticulum Network System.
Description
The Reticulum class orchestrates the transport and local destinations.