whereismychip
v1.1.1
Published
Node global module to find Chip board IP Address in LAN
Downloads
12
Maintainers
Readme
WhereIsMyChip
Node.js module to find IP Addresses of all the CHIP (getchip.com) on the LAN.
Install
npm install whereismychip -g
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
Inspired by
This is a Node.js porting of the RPi implementation: roccomuso/WhereIsMyPi
License
MIT © Rocco Musolino