Replies: 2 comments 9 replies
-
We could add a function that returns
That is something that maybe isn't the brightest idea in LW 1.0.x indeed, as that means you completely lose the ability to send uplinks. I've seen plenty of situations with my previous generation sensor boxes where gateways were receiving uplinks just fine, but a downlink pretty much always failed to arrive at the nodes. Probably some weird gain on the antennas. LW 1.1 has a dynamic rejoin scheme, but I've never heard someone actually using it, and TTS doesn't provide any interface for it and they don't have plans to add this until LW 1.2 drops, so I've not bothered to implement it.
Umm.. one existed before the other. But I guess it makes sense to move it into the event, as there's also a somewhat useful ToA to be reported for downlinks as well. Feel free to send in a PR ;) |
Beta Was this translation helpful? Give feedback.
-
There are whole swathes of functionality in the core spec (mostly link check) plus the recommendations in TR007 that should solve this for you. |
Beta Was this translation helpful? Give feedback.
-
I'm happy that the LoRaWAN layer implements ADR as well as ADR back-off: yay!
What I'm wondering is how to track some notion of connectivity in the app so it can make decisions, e.g., stop sending long messages if they're going nowhere or eventually try a fresh join (I think that's kind'a recommended although a double-edge sword with LW1.0.x).
BTW, is there a reason for
getLastToA()
as opposed to including that in theLoRaWANEvent_t
?Beta Was this translation helpful? Give feedback.
All reactions