#wifi #cross-platform #tool #windows #linux #operating #systems

livewire

Cross platform Wifi Tool for Linux, Mac and Windows Operating Systems

1 unstable release

0.1.0 May 30, 2024

#18 in #operating

MIT license

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

~3–4.5MB
~86K SLoC