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

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.

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