资 源 简 介
WHAT IS THIS?
As you know, the output of iwlist is not well printed and difficult to read. This parser will help re-structure the output of iwlist and print it nicely in a table.
This modified version produce more output than the original version, written by Hugo Chargois.
HOW TO USE?
This receives output from stdout from iwlist, so use it as follow:
(Assume that the file iwlistparse2.py is in your current working folder: ./)
1. Open Terminal
1. Type: `sudo iwlist wlan0 scan | ./iwlistparse2.py`
1. or type: `sudo iwlist wlan0 scan | ./iwlistparse2.py | egrep "Name|Address|Quality|Signal|Frequency|Ch|Mode|Encryption|Last Beacon|Bit Rates|"`** to have column titles colored.
Change **wlan0** to your wireless card, and change **./** to point to the directory where iwlistparse2.py is saved.
COPYRIGHT
Please see the code for copyright notice.<