Sponsored Link
LinSSID displays the information available from iwlist tool in graphical format. LinSSID displays a table of all of the local wireless networks that your device can receive, and information about them. It also displays charts of the signal strength of each network by channel number and over time. LinSSID will work with more than one wireless device attached to a system, but only one at a time (selectable).
LinSSID requires root privilege to run the iwlist tool. It can be run in one of two ways to do this. The preferred method is to launch LinSSID as a regular user and let it ask for a password. It will then use the password to get iwlist information, but LinSSID itself will not run with root privilege. Alternately, LinSSID can be launched with root privilege. This second method is less secure since any misbehaving code in the program could possibly have detrimental effects on the system.
LinSSID is multi-threaded, using the main thread to communicate with the main window and the user while a second worker thread keeps a named pipe filled with iwlist data.
The LinSSID interface is build with QT4 and libqwt tools. The boost c++ regex library is used for scanning and converting iwlist output.
LinSSID may be installed either by downloading source or binary from this site, or if you're using Debian/Ubuntu or one of its brethren, adding a ppa to your software sources and then installing it with your favorite application manager.
Features
Table of locally receivable attach points
-- Many columns of different information
-- Sortable and movable columns
Adjustable speed, real-time update
Graphs of signal strength by channel and over time
Works on both 2.4 GHz and 5 GHz channels
Install LinSSID on ubuntu
Open the terminal and run the following commands
sudo add-apt-repository ppa:wseverin/ppa
sudo apt-get update
sudo apt-get install linssid
Screenshot