Crates.io | netneighbours |
lib.rs | netneighbours |
version | 0.1.2 |
source | src |
created_at | 2022-12-01 20:16:38.43618 |
updated_at | 2022-12-06 10:31:37.029443 |
description | Get ARP/NDP tables entries. Multiplatform! |
homepage | |
repository | https://gitlab.com/eutampieri/netneighbours |
max_upload_size | |
id | 727874 |
size | 7,861 |
This crate allows you to fetch entries from the system ARP and NDP tables. It supports Linux, macOS and Windows (Vista and newer).
The Linux and macOS implementations parse the ip neigh
and ndp
plus arp
terminal commands output respectively.
The windows implementation however uses the WinAPI. This means unsafe code so please take a look at the implementation.