Skip to content

MeshObservation

Defined in: src/model/meshObservations.ts:21

channelHash: number;

Defined in: src/model/meshObservations.ts:25

First byte of sha256(channel.secret) — present on GRP_TXT/GRP_DATA in the payload’s first byte. Used to filter matches to the right channel.


finalSnr: number;

Defined in: src/model/meshObservations.ts:29


hashCount: number;

Defined in: src/model/meshObservations.ts:27


hashSize: number;

Defined in: src/model/meshObservations.ts:26


pathHex: string;

Defined in: src/model/meshObservations.ts:28


payloadFingerprint: string;

Defined in: src/model/meshObservations.ts:34

Hash of the encrypted payload bytes (everything after the channel_hash byte). Identical across multi-path receipts of the same message, so the lookup can also disambiguate when two channel msgs collide in the same window with the same hop count.


recordedAt: number;

Defined in: src/model/meshObservations.ts:22