blob: 99e7b4914d1632d9fa99c0bb4aa3f24180d691b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# TODO
- Limit the max amount of packets the Gateways can receive simultaneously
- Control the ACK of the ACK (End device confirming an ACK): This requires
something acting as a Network Server <<--
- Time-on-air
- Frames:
- identify from/to
- identify frames (sequence number goes up in lorawan even in
retransmissions)
- Signal strength, location and rssi (complex, just an extra)
- Consider "capture effect" for interferences (requires signal strength
calculus at reception)
- MacCommands support
- NbTrans regardless of confirmed or not
|