livewire

Crates.iolivewire
lib.rslivewire
version0.1.0
sourcesrc
created_at2024-05-30 18:29:16.785628
updated_at2024-05-30 18:29:16.785628
descriptionCross platform Wifi Tool for Linux, Mac and Windows Operating Systems
homepage
repositoryhttps://github.com/opeolluwa/livewire
max_upload_size
id1257172
size11,838
Adeoye Adefemi (opeolluwa)

documentation

README

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

Commit count: 8

cargo fmt