Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)