Created
April 1, 2015 11:11
-
-
Save vallettea/a089df63fa8ddd15de16 to your computer and use it in GitHub Desktop.
Useful commands to find devices on local network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # finding raspberry pi | |
| sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}' | |
| # finding odroid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment