async-arp 0.1.0

An async ARP client library for probing hosts and sending advanced ARP requests.
Documentation

async-arp

async-arp is an asynchronous Rust crate that provides a high-level client for interacting with the Address Resolution Protocol (ARP). It can be used to probe the presence of hosts in a network or send advanced, custom ARP requests. This crate is ideal for network diagnostics, monitoring, or any application requiring interaction with ARP.

Features

  • Async: Uses the Tokio runtime for efficient asynchronous networking.
  • Host Probing: Quickly probe for active devices in the network using ARP requests.
  • Advanced Requests: Send custom ARP requests and interact with devices in more complex ways.
  • Unix-only: This crate is designed for Unix-based systems (Linux, macOS, BSD).

License

Licensed under either of