Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created January 27, 2017 20:30
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 andrewpmiller/6a8636bb35a4fb527df1e9fcb179aa17 to your computer and use it in GitHub Desktop.
Save andrewpmiller/6a8636bb35a4fb527df1e9fcb179aa17 to your computer and use it in GitHub Desktop.
Pi Finder — list IP addresses of all Raspberry Pi devices on the local network.
arp -a | grep b8:27:eb | grep -Eo '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment