mac_conditions
Supported platforms: Any version of Windows that supports WMIC.
Example
use mac_conditions;
fn main() {
let (wired_mac, wireless_mac, bluetooth_mac) = mac_conditions::get_mac_addresses();
println!("wired_mac: ", wired_mac);
println!("wireless_mac: ", wireless_mac);
println!("bluetooth_mac: ", bluetooth_mac);
}
conditions.yaml
conditions:
- adapter_type: wired
keywords:
-
- adapter_type: wireless
keywords:
-
-
-
- adapter_type: bluetooth
keywords:
-
License
mac_conditions is licensed under both MIT and Apache 2.0