Wifi Scan And Map

A Linux Python application to create maps of 802.11 networks

This project is maintained by cyberpython

WifiScanAndMap

A simple 802.11 mapping application for Linux written in Python.

WifiScanAndMap generated map screenshot

Description:

WiFiScanAndMap is a Python WiFi mapping application for Linux. You can use it to scan areas for wireless networks, collect information about them and then generate a web page displaying these information on a map.

The application was created as an assignment for the “Wireless Networks And Mobile Communcations” course at the Computer Science Department of the Athens University Of Economics And Business, by:

The application consists of two programs, the scanner and the map generator.

The user runs the scanner on a mobile device (laptop/netbook) which collects information about the wireless networks within range. The program relies on iwlist output for the scanning process. After the user is done, they can save the collected information as an XML file.

WifiScanAndMap scanner run as a GTK+ application

The scanner can be run as a GTK+ application or as a command line application (with the –no-gui parameter).

This process can be repeated any number of times, resulting in a number of XML files. These XML files are used as the input of the map generator program which parses the XML files and produces an HTML web page.

The map data used is obtained from OpenStreetMap and the tiles are from Yahoo! Maps. The graph is displayed using the Bluff Javascript library.

Requirements:

To run the scanner you need:

To display the map you need:

Usage:

Authors:

License:

The source code is available under the Apache v2.0 license.

The artwork is available under the Creative Commons Attribution-Share Alike 3.0 Unported license.

The 3rd party Bluff Javascript library is available under the MIT license.