Skip to content

Instantly share code, notes, and snippets.

@Quantium
Created July 7, 2014 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quantium/e6a493dbe2d89c16830b to your computer and use it in GitHub Desktop.
Save Quantium/e6a493dbe2d89c16830b to your computer and use it in GitHub Desktop.
Find raspberry machines IPs on local network
sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment