/livewire

Wifi Managemet tool

Primary LanguageRustMIT LicenseMIT

Livewire

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