pekr
27-02-2005, 05:22
Here is simle script for measuring signal level from clients as seen at the AP radio.
Instalation:
> login using telnet to AP
cd /tmp/local
vi rssi
> press 'a' and paste rssi.txt
> press ESC and enter ':wq'
vi rssi2
> press 'a' and paste rssi2.txt
> press ESC and enter ':wq'
chmod +x rssi*
flashfs save
flashfs commit
flashfs enable
Now the script is saved in flash and you can run it with:
/tmp/local/rssi
Signal level is (probably) updated whenever AP receive packet from client.
I found it usefull for troubleshooting poor radio performace - low signal level from one client makes radio transmit at lower rate whenever it talks to this client.
Maybe Oleg should put something like this in the new FW release?
It would be nice to see the results via web management too ;-)
Here is a little 'screenshot':
-------------------------------------------------------
rate is 54 Mbps
xx:xx:xx:xx:xx:xx -80 ********************
xx:xx:xx:xx:xx:xx -76 ************************
xx:xx:xx:xx:xx:xx -85 ***************
xx:xx:xx:xx:xx:xx -71 *****************************
-------------------------------------------------------
MACs are replaced with xx for some reason.
And yes, this script can be executed remotely via telnet wireless connection to the AP as it doesn't switch off radio.
Instalation:
> login using telnet to AP
cd /tmp/local
vi rssi
> press 'a' and paste rssi.txt
> press ESC and enter ':wq'
vi rssi2
> press 'a' and paste rssi2.txt
> press ESC and enter ':wq'
chmod +x rssi*
flashfs save
flashfs commit
flashfs enable
Now the script is saved in flash and you can run it with:
/tmp/local/rssi
Signal level is (probably) updated whenever AP receive packet from client.
I found it usefull for troubleshooting poor radio performace - low signal level from one client makes radio transmit at lower rate whenever it talks to this client.
Maybe Oleg should put something like this in the new FW release?
It would be nice to see the results via web management too ;-)
Here is a little 'screenshot':
-------------------------------------------------------
rate is 54 Mbps
xx:xx:xx:xx:xx:xx -80 ********************
xx:xx:xx:xx:xx:xx -76 ************************
xx:xx:xx:xx:xx:xx -85 ***************
xx:xx:xx:xx:xx:xx -71 *****************************
-------------------------------------------------------
MACs are replaced with xx for some reason.
And yes, this script can be executed remotely via telnet wireless connection to the AP as it doesn't switch off radio.