MeshObservation
Defined in: src/model/meshObservations.ts:21
Properties
Section titled “Properties”channelHash
Section titled “channelHash”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
Section titled “finalSnr”finalSnr: number;Defined in: src/model/meshObservations.ts:29
hashCount
Section titled “hashCount”hashCount: number;Defined in: src/model/meshObservations.ts:27
hashSize
Section titled “hashSize”hashSize: number;Defined in: src/model/meshObservations.ts:26
pathHex
Section titled “pathHex”pathHex: string;Defined in: src/model/meshObservations.ts:28
payloadFingerprint
Section titled “payloadFingerprint”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
Section titled “recordedAt”recordedAt: number;Defined in: src/model/meshObservations.ts:22