Crates.io | livewire |
lib.rs | livewire |
version | 0.1.0 |
source | src |
created_at | 2024-05-30 18:29:16.785628 |
updated_at | 2024-05-30 18:29:16.785628 |
description | Cross platform Wifi Tool for Linux, Mac and Windows Operating Systems |
homepage | |
repository | https://github.com/opeolluwa/livewire |
max_upload_size | |
id | 1257172 |
size | 11,838 |
⚠️ this crate is currently experimental and not ready for production use
Cross platform WiFi management tool
cargo add livewire
use livewire::{WifiHotspotConfig, WifiHotspotConfigBuilder};
fn main() {
let available_networks = WifiHotspotConfig::scan();
println!("Hello, world!, {:#?}", available_networks);
}
See the crate documentation on doc.rs
This project is licensed under the MIT License - see the LICENSE file for details