neighborInfoMessages

val RadioClient.neighborInfoMessages: Flow<MeshPacket>(source)

Filters RadioClient.packets to only neighbor-info packets — those with decoded.portnum == [PortNum.NEIGHBORINFO_APP].

Each emitted MeshPacket can be decoded via asNeighborInfo to get the raw proto, or use neighborInfoFlow to get pre-decoded NeighborInfo domain objects.

This flow is hot with no replay — it inherits RadioClient.packets semantics.