Suggestion: Wireless clients signal quality etc.

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

kurjak
Posts: 20
Joined: Sat Jul 31, 2010 11:52 am

Suggestion: Wireless clients signal quality etc.

Post by kurjak »

As certain memeber previously mentioned it would be nice to a wireless device status page with rssi, wireless signal quality, tx/rx rate, etc info. Any chance it could be added in future versions? Is there a shell command which can show this data?
Thanks!

pbix
Developer
Posts: 1373
Joined: Fri Aug 21, 2009 5:09 pm

Re: Suggestion: Wireless clients signal quality etc.

Post by pbix »

I agree that this would be cool but unless you take up the challenge I do not see it happening anytime soon.

I think the information you seek can be obtained on the command line using the 'iw', 'iwconfig', "wl" and/or 'wlanconfig' depending on your hardware.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Suggestion: Wireless clients signal quality etc.

Post by Cezary »

Proposal solution (for mac80211, need code for atheros and broadcom)

http://eko.one.pl/openwrt/sources/signal.diff
Attachments
signal.jpg
signal.jpg (14.38 KiB) Viewed 9074 times
Last edited by Cezary on Sun Jan 23, 2011 3:23 pm, edited 1 time in total.

pbix
Developer
Posts: 1373
Joined: Fri Aug 21, 2009 5:09 pm

Re: Suggestion: Wireless clients signal quality etc.

Post by pbix »

Looks nice I encourage you to keep going on this.

Anybody with a Broadcom or Atheros router want to assist Cezary with this? We need a complete solution that covers all supported routers.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM

kurjak
Posts: 20
Joined: Sat Jul 31, 2010 11:52 am

Re: Suggestion: Wireless clients signal quality etc.

Post by kurjak »

Looks great!
Another propositions:
Color coding of signal label
eg.
< -80 = red
-80 < -75 = orange
-75 < -70 = blue
>-70 = green

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: Suggestion: Wireless clients signal quality etc.

Post by Eric »

pbix: Actually, we just need madwifi (for older Atheros routers). Right now I'm working on migrating from brcm-2.4 to brcm47xx which runs on the same routers and uses the newer open-source b43 driver. This makes use of the mac80211 subsystem, for which we already have support since ath9k uses this too.

There have been some reports complaining about WPA wireless encryption with brcm-2.4 and the old proprietary driver in 1.3.x, not to mention flash read/write errors I suspect (but can't prove) are related to ancient 2.4 code. I think the 2.4 code isn't being maintained very well by the openwrt devs (this target is completely gone in the OpenWrt trunk) and it's officially time to dump it in favor of brcm47xx.

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Suggestion: Wireless clients signal quality etc.

Post by Cezary »

OK, patch for atheros and mac80211.

http://eko.one.pl/openwrt/sources/signal1.patch

Tested on La Fonera.

pbix
Developer
Posts: 1373
Joined: Fri Aug 21, 2009 5:09 pm

Re: Suggestion: Wireless clients signal quality etc.

Post by pbix »

Great,
I am on vacation for the next week but if Eric doesn't get a chance to test and integrate this before I get back I will do it then.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: Suggestion: Wireless clients signal quality etc.

Post by Eric »

Now committed in git repository, with adjustments to display in color as suggested by kurjak, above.

Color code for signal strength (slightly adjusted from kurjak's suggestion):
<=-80:red
>=-80,<-60: gradient from red->orange->yellow->green
>=-60: green

kurjak
Posts: 20
Joined: Sat Jul 31, 2010 11:52 am

Re: Suggestion: Wireless clients signal quality etc.

Post by kurjak »

I have another suggestion, is there a way to see wireless packet success/error number. I have seen that mikrotik calculates ccq that way...

Post Reply