Access downlink header data
-
When I send an downlink message I can conveniently see the payload when I use s.recv(64) on my Lopy. Is there a way to access the full header of the uplink message? I am interested in the timestamp.
-
@rvandam You can get the timestamp of the last received LoRa packet with
lora.stats()
(docs), if that helps.