get ip of raspberry pi code example
Example 1: get ip of raspberry pi
hostname -I
Example 2: find ip address rpi with nmap
nmap -sV -p 22 192.168.1.0/24
Example 3: raspberrypi.local
Run this
sudo apt-get install avahi-daemon
hostname -I
nmap -sV -p 22 192.168.1.0/24
Run this
sudo apt-get install avahi-daemon