https://github.com/dlion/whereismypi
A simple tool to find my raspberry pi on my LAN
https://github.com/dlion/whereismypi
go golang lan networking raspberry-pi
Last synced: 11 months ago
JSON representation
A simple tool to find my raspberry pi on my LAN
- Host: GitHub
- URL: https://github.com/dlion/whereismypi
- Owner: dlion
- License: mit
- Created: 2015-05-25T23:21:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T10:59:01.000Z (over 6 years ago)
- Last Synced: 2025-03-18T21:52:26.588Z (over 1 year ago)
- Topics: go, golang, lan, networking, raspberry-pi
- Language: Go
- Homepage: http://dlion.it
- Size: 168 KB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhereIsMyPi
A simple tool to find my raspberry pi on my LAN
## Usage
```
> ./whereismypi
Your Raspberry Pi is up on: 192.168.1.116
```
## How it works
Scans my subnet, when it finds an host up the software searchs in the ARP table on your machine about it, if the MAC Address contains `b8:27:eb` it's own by your Raspberry Pi and returns the IP address.
## Author
* Domenico Luciani
* http://dlion.it
* domenicoleoneluciani@gmail.com
## License
MIT © [Domenico Luciani](https://github.com/DLion)