Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiorico/WhereIsMyPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhereIsMyPI

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages