The RPTR serial log currently captures SNR/RSSI but strips sender identity for most packet types. For packets where the sender is already known — adverts (post signature validation in onAdvertRecv()), anon requests (post decrypt), known peer packets via ACL — it would be useful to also log the sender's pubkey prefix alongside the signal data.
Use case: an attached collector board reads the serial log and forwards observations (node identity + signal quality) over a network. Right now the signal data is there but can't be tied to a specific node.
Happy to test if you point us at the right patch point.
The RPTR serial log currently captures SNR/RSSI but strips sender identity for most packet types. For packets where the sender is already known — adverts (post signature validation in
onAdvertRecv()), anon requests (post decrypt), known peer packets via ACL — it would be useful to also log the sender's pubkey prefix alongside the signal data.Use case: an attached collector board reads the serial log and forwards observations (node identity + signal quality) over a network. Right now the signal data is there but can't be tied to a specific node.
Happy to test if you point us at the right patch point.