Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raspi/naapuri

Go library of Linux's "ip monitor neigh"
https://github.com/raspi/naapuri

arp go golang ip ip-address linux linux-kernel mac mac-address monitor monitoring

Last synced: 3 days ago
JSON representation

Go library of Linux's "ip monitor neigh"

Awesome Lists containing this project

README

        

# naapuri

Go implementation and library of Linux's `ip monitor neigh` which lists ARP/MAC address changes on network interfaces.

# Why?

For example:

* Automatically add new firewall rules
* Automatic inventory discovery
* Find intruders
* Configure per-mac address VLANs to your switch(es)
* Gather statistics when device(s) are (dis)connected to/from a network
* Send MAC address to a database
* Send alert(s) when MAC address X is not seen for a while
* etc...