WLANAudit-Android
WLANAudit-Android copied to clipboard
Show channel occupation with a bar chart
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
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.
All yours!