fork of https://github.com/shellrow/default-net/tree/v0.16.2 fixes an unsafe bug in sockaddr_to_network_addr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Niko PLP a06134963a fix sockaddr_to_network_addr 9 months ago
.github/workflows Update ci.yml 11 months ago
examples Run `cargo fmt` 1 year ago
src fix sockaddr_to_network_addr 9 months ago
.gitignore Impl interface for windows 2 years ago
Cargo.toml Bump version to 0.16.2 10 months ago
LICENSE Initial commit 3 years ago
README.md Bump version to 0.16.1 10 months ago

README.md

default-net Crates.io License

default-net provides a cross-platform API for network interface and gateway.

  • Get default Network Interface and Gateway information
  • Get list of available Network Interfaces

Supported platform

  • Linux
  • macOS
  • Windows

Usage

Add default-net to your dependencies

[dependencies]
default-net = "0.16"

For more details, see examples or doc.

Tested on

  • Linux
    • Ubuntu
      • 22.04
      • 21.10
      • 20.04
      • 18.04
    • Kali
      • 2023.2
      • 2022.1
      • 2021.1
  • macOS
    • 13.4.1
    • 11.6
  • Windows
    • 11 Pro 22H2 22621.1848
    • 11 21H2 22000.493
    • 10 21H2 19044.1586