MessagePath
Defined in: src/model/types.ts:143
One observed reception of a flood message: the sequence of hops it took
from origin to our radio. A single Message can carry multiple paths when
the same packet arrived via multiple flood routes (merged on receipt by
deterministic id). hashMode is the firmware-encoded per-hop hash byte
count (1, 2, or 3 — 4 is reserved). finalSnr is the SNR our radio
measured on the LAST hop only; per-hop SNR is never available on flood.
Properties
Section titled “Properties”finalSnr
Section titled “finalSnr”finalSnr: number;Defined in: src/model/types.ts:147
hashMode
Section titled “hashMode”hashMode: number;Defined in: src/model/types.ts:146
hops: MessageHop[];Defined in: src/model/types.ts:145
id: string;Defined in: src/model/types.ts:144