Login   Register  
PHP Classes

Class: iwlist parser

Icontem
elePHPant

  Classes of Michael Ziegler  >  iwlist parser  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: iwlist parser Support forum
Base name: iwlist-parser
Description: Scan wireless access points available in Linux net
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Michael Ziegler
Name: Michael Ziegler <e-mail contact>
Published packages: 2 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: ???

Innovation Award

PHP Programming Innovation award nominee
May 2006
Number 4
Nowadays, wireless networks are very common. In some places, users can even find more than one network to connect.

Programs like iwlist can be used to scan and list the available networks to a wireless network card. However, this is a command line tool that outputs information formatted as plain text.

This class can execute iwlist and parse its output to extract relevant information about the available wireless networks. Subsequently, this information can be presented in a more user friendly Web based interface using PHP.

Manuel Lemos

Groups

Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image Wireless and Mobile Wireless communications, handheld and pocket computing View top rated classes
Group folder image Unix Use of capabilities specific of POSIX, Unix like operating systems View top rated classes

Detailed description

This class can be used to scan the wireless access points available to a Linux machine.

It can scan all available access points or just a given access point network interface.

It executes the iwlist command on the actual Linux machine to scan the wireless network and parses the command results to retrieve the information about network interfaces of the scanned access points in an associative array.

It can return the network interface name, IP address, ESSID, protocol, mode, channel, encryption key, bit rates, quality, signal level, etc..

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file iwlist-parser.class.php Class the main class
Download all files: iwlist-parser.tar.gz iwlist-parser.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.