diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-16 20:04:12 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-16 20:05:15 +0100 |
commit | d6ce26104985c313a2795487769e7109657dcb79 (patch) | |
tree | 4bda5cf8c0fa6ab29c917b6c468e8558551e93f8 | |
parent | 8fc175e6c34c66d7c0cdadc60ed71de6166dd59d (diff) |
TODO: add it
-rw-r--r-- | TODO.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# TODO + +- Control the ACK of the ACK (End device confirming an ACK): This requires + something acting as a Network Server +- Channel control -> IMPORTANT helps us to make the smart channel allocator +- Time-on-air +- Packets: + - identify from/to + - identify packets (sequence number goes up in lorawan even in + retransmissions) +- Fix interference calculation -> IMPORTANT +- Signal strength, location and rssi (complex, just an extra) +- Make logger concurrency-friendly -> IMPORTANT |