https://github.com/roccomuso/whereismypi
:eyeglasses: Node.js module to find IP addresses of RPi in your LAN.
https://github.com/roccomuso/whereismypi
ip-address lan node rpi
Last synced: 9 months ago
JSON representation
:eyeglasses: Node.js module to find IP addresses of RPi in your LAN.
- Host: GitHub
- URL: https://github.com/roccomuso/whereismypi
- Owner: roccomuso
- Created: 2016-02-10T15:46:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T12:24:30.000Z (almost 3 years ago)
- Last Synced: 2025-08-20T03:29:58.482Z (10 months ago)
- Topics: ip-address, lan, node, rpi
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Node.js module to find IP Addresses of all the RPi on the LAN.
## Install
npm install -g whereismypi
## Usage
> whereismypi
IP: 192.168.1.111 - MAC Address: b8:27:eb:0d:f1:c4
## How it works
It scans the current subnet looking for hosts with a MAC Address starting with b8:27:eb (Raspberry Pi Foundation identifier).
## Author
- Rocco Musolino
## Inspired by
This is a Node.js porting of the dlion 'go' implementation: [dlion/WhereIsMyPi](https://github.com/dlion/WhereIsMyPi)
## License
MIT © Rocco Musolino