Skip to content

Pi Finder is a small BASH script for discovering Raspberry Pis on your local network

Notifications You must be signed in to change notification settings

agent-squirrel/pifinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Pi Finder

Pi Finder is a small BASH script for discovering Raspberry Pis on your local network

To Begin

Clone this repo or simply download the BASH script:

git clone https://github.com/agent-squirrel/pifinder.git

Install prerequisites:

On Debian/Ubuntu: sudo apt install gawk nmap

On RHEL/Fedora: sudo yum install gawk nmap

Change directory

cd pifinder

Make it executable:

chmod +x findpi

Then run it:

sudo ./findpi

About

Pi Finder is a small BASH script for discovering Raspberry Pis on your local network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages