| Crates.io | wifiscanner |
| lib.rs | wifiscanner |
| version | 0.5.1 |
| created_at | 2016-07-29 21:02:57.242571+00 |
| updated_at | 2019-10-05 18:35:21.994374+00 |
| description | List WiFi hotspots in your area |
| homepage | |
| repository | https://github.com/booyaa/wifiscanner |
| max_upload_size | |
| id | 5827 |
| size | 51,785 |
A crate to list WiFi hotspots in your area.
As of v0.5.x now supports macOS, Linux and Windows. :tada:
Inspired by Maurice Svay's node-wifiscanner (https://github.com/mauricesvay/node-wifiscanner)
Tests shameless pilfered from Christian Kuster's node-wifi-scanner (https://github.com/ancasicolica/node-wifi-scanner)
Full documentation can be found here.
This crate is on crates.io and can be
used by adding wifiscanner to the dependencies in your project's Cargo.toml.
[dependencies]
wifiscanner = "0.5.*"
and this to your crate root:
extern crate wifiscanner;
use wifiscanner;
println!("{:?}", wifiscanner::scan());
Alternatively if you've cloned the Git repo, you can run the above example
using: cargo run --example scan.
see CONTRIBUTING.md
wifiscanner would not be possible without the following folks:
@alopatindev, @bizzu, @bash, @cristicbz, @lpmi-13, @brianjaustin
Copyright 2019 Mark Sta Ana.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> at your option. This file may not be copied, modified, or distributed except according to those terms.