WhereIsMyPI

November 23, 2013 ยท View on GitHub

Quickly find the IP address of the Raspberry PI in a network with DHCP

Installing and Compilling

This code is intended to be used in a Linux terminal of a PC that is connect to the same network that PI is. Please follow the steps bellow:

  • 1 Clone the git repo
cd /home/username/someFolder
git clone https://github.com/fabiorico/WhereIsMyPI
  • 2 Compile the code
cd WhereIsMyPI
gcc WhereIsMyPI.c -o WhereIsMyPI

Searching for the Raspberry PI

./WhereIsMyPI eth0 #eth0 is the network interface