Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexagon6/iwlist-scan

Parse output from `iwlist scan`. Can be used for mapping wireless LANs
https://github.com/hexagon6/iwlist-scan

Last synced: about 1 month ago
JSON representation

Parse output from `iwlist scan`. Can be used for mapping wireless LANs

Awesome Lists containing this project

README

        

Usage
=====

Javascript:

`require('iwlist-scan')('')`

returns an object with parsed output from the command `iwlist scan my-wlan-interface`

Shell:

`./scan.sh my-wlan-interface`

outputs a line for each access point found

first argument can be omitted which defaults to 'wlp2s0' <- override with your wlan interface

Prerequisites
--------------

`iwlist` from wireless-tools (tested with debian and ubuntu linux)