Tool to discover hosts in your network using ARP pings. See also this question on stackoverflow.com
Either install a recent scapy with your package manager, or setup a virtual environment:
$ virtualenv virtualenv
$ source virtualenv/bin/activate
$ pip install -r requirements.txt
$ sudo ./neighbourhood.py [-i <interface>]
- IPv6 support