1 unstable release
| 0.1.0 | May 30, 2024 |
|---|
#6 in #tool-for-linux
7KB
107 lines
Livewire
⚠️ this crate is currently experimental and not ready for production use
Description
Cross platform WiFi management tool
Getting Started
Installing
cargo add livewire
Executing program
use livewire::{WifiHotspotConfig, WifiHotspotConfigBuilder};
fn main() {
let available_networks = WifiHotspotConfig::scan();
println!("Hello, world!, {:#?}", available_networks);
}
Documentation
See the crate documentation on doc.rs
License
This project is licensed under the MIT License - see the LICENSE file for details
Dependencies
~2.9–4.5MB
~85K SLoC