Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T10:59:01.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T11:11:01.702Z (2 months 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
* [email protected]## License
MIT © [Domenico Luciani](https://github.com/DLion)