wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

STA selection issues on throughput computation #36

Closed sergiobarra closed 7 years ago

sergiobarra commented 7 years ago

The number of STAs per AP should be irrelevant (if they are placed at the same distance) because the number of packets transmitted must be constant independently on the destination selected. When the number of channels is greater than one, strange throughputs are computed.

Example with one AP:

Number of STAs Num. channels available Trhoughput Num. packets sent
1 1 61.82 Mbps 8050
20 1 61.82 Mbps 8049
1 2 113.06 Mbps 14722
20 2 207.62 Mbps 27034
1 4 160.15 Mbps 20853
20 4 376.17 Mbps 48980
sergiobarra commented 7 years ago

@fwilhelmi , if the number of STAs is <= 11, everything is OK for 4 channels. The same if the number of STAs is <=16 for 2 channels. How can it be???