Dear community,
I'm doing my project in which I try to estimate the distance between two APs using their RSSI.
I use the simplified log-distance path loss distance model:
RSS(d)=RSS0(d0)−10nlog10(d/d0)
Which, the parameters I need to collect/verify are:
- RSS(d) is the power received at distance d.
- RSS0(d0) is the reference power at distance d0 = 1m.
- n: Path-loss exponent in the indoor building.
Assume that my system is using all APs with the same Aruba AP interface.
So in this case, do you think I need to consider the Tx power of each AP, as it might affect RSS0 value? And how do I get and change the tx power of an AP using the command-line in showcommand API?
Also, if someone have any comment related to the other parameters (n for example), please give me advice. Thanks a lot!