#arp #lookup #ndp

netneighbours

Get ARP/NDP tables entries. Multiplatform!

3 releases

0.1.2 Dec 6, 2022
0.1.1 Dec 5, 2022
0.1.0 Dec 1, 2022

#11 in #arp

Download history 10/week @ 2024-02-15 18/week @ 2024-02-22 8/week @ 2024-02-29 2/week @ 2024-03-14 34/week @ 2024-03-28 19/week @ 2024-04-04

53 downloads per month

Unlicense

7KB
149 lines

netneighbours

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.

Dependencies

~205KB