/scan-mac-addresses

Primary LanguagePythonMIT LicenseMIT

This is a modification of the original code in order to detect given MAC addresses in the local area network and start iCamSource when they are not around.

Layer 2 network neighbourhood discovery tool

Tool to discover hosts in your network using ARP pings. See also this question on stackoverflow.com

Dependencies

Run

sudo ./neighbourhood.py

TODO

  • IPv6 support

Known issues

  • Scanning networks on non-primary interfaces is currently not supported with scapy. See my scapy ticket