blob: 768f0e638129f690c60649cb2db2cf194c4bb2ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
- Frames:
- identify from/to
- identify frames (sequence number goes up in lorawan even in
retransmissions)
- Fix interference calculation -> IMPORTANT
- Signal strength, location and rssi (complex, just an extra)
- MacCommands support
- RX windows wait for the beginning of a downlink frame, not, to the whole
thing.
- NbTrans regardless of confirmed or not
|