WLANAudit-Android icon indicating copy to clipboard operation
WLANAudit-Android copied to clipboard

Show channel occupation with a bar chart

Open RobertoEstrada opened this issue 13 years ago • 2 comments

Feature to display to users the number of AP's that are present on each channel in realtime and in a visual way, so they can adjust their AP channel adequately in order to avoid signal overlaps with their own AP

RobertoEstrada avatar Sep 03 '12 22:09 RobertoEstrada

It can be displayed using listview with sections ( using http://code.google.com/p/android-section-list/ for example). To filter by AP in realtime, it can be use a spinner widget in the actionbar to select the AP or show all networks.

JesusM avatar Jan 24 '13 18:01 JesusM

All yours!

RobertoEstrada avatar Jan 24 '13 19:01 RobertoEstrada