Wireless Access Point Scanner <a href=“badge.fury.io/rb/waps”> src=“badge.fury.io/rb/waps.svg” alt=“Gem Version” height=“18”></a>

WAPS uses iwlist to scan for wireless access points and convert the output into ruby hash format. Following is the usage of the gem.

Installation

gem install waps

Require

require 'waps'

Usage

require 'waps'

new_scan = Waps.new('')
new_scan.scan
mac_addresses = new_scan.get('address')

Response Field

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details