https://github.com/roccomuso/whereismychip
:eyeglasses: Node.js module to find IP addresses of your Chip (getchip.com) in your LAN.
https://github.com/roccomuso/whereismychip
chip getchip ip-address lan node
Last synced: 4 months ago
JSON representation
:eyeglasses: Node.js module to find IP addresses of your Chip (getchip.com) in your LAN.
- Host: GitHub
- URL: https://github.com/roccomuso/whereismychip
- Owner: roccomuso
- Created: 2016-11-26T00:09:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T00:27:06.000Z (over 8 years ago)
- Last Synced: 2025-01-02T00:06:28.676Z (4 months ago)
- Topics: chip, getchip, ip-address, lan, node
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhereIsMyChip
Node.js module to find IP Addresses of all the CHIP (getchip.com) on the LAN.
## Install
npm install -g whereismychip
## Usage
> whereismychip
IP: 192.168.88.111 - MAC Address: cc:79:cf:24:d4:f5## How it works
It scans the current subnet looking for hosts with a MAC Address starting with
cc:79:cf
(SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.), the Chip Wi-Fi module vendor.## Author
- Rocco Musolino
- [hackerstribe.com](http://www.hackerstribe.com)## Inspired by
This project is inspired by the implementation for Raspberry Pi: [roccomuso/WhereIsMyPi](https://github.com/roccomuso/WhereIsMyPi)
## License
MIT © Rocco Musolino