A crate to list WiFi hotspots in your area.
Only support OSX computers. Linux and Windows to follow.
Inspired by Maurice Svay's node-wifiscanner (https://github.com/mauricesvay/node-wifiscanner)
This crate is on crates.io and can be
used by adding wifiscanner
to the dependencies in your project's Cargo.toml
.
toml
[dependencies]
wifiscanner = "0.1"
and this to your crate root:
rust
extern crate wifiscanner;
rust
use wifiscanner;
println!("{:?}", wifiscanner::scan());
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0