Skip to content

opeolluwa/livewire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wifi Managemet tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages