Node Wire
@Serializable
The minimal payload required to discover and connect to a Krill peer.
Marshalled as JSON inside a UDP datagram, so the field set is deliberately small (datagram size limits) and primitive (no nested collections / nodes) — heavier metadata is fetched later via the HTTP /health and /nodes endpoints once the receiver has decided to connect.
Constructors
Properties
Link copied to clipboard
PIN-derived rolling token (see krill.zone.shared.security.PinDerivation.deriveBeaconToken) proving cluster membership. Receivers MUST verify this against their own derivation before treating the sender as a swarm peer; mismatches indicate a beacon from a different swarm sharing the LAN.