diff options
Diffstat (limited to 'TODO.md')
-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 |