https://github.com/thomwright/local-ip-finder
Finds the IP a locally connected TP-Link TL-WPA4220 is using.
https://github.com/thomwright/local-ip-finder
Last synced: 2 months ago
JSON representation
Finds the IP a locally connected TP-Link TL-WPA4220 is using.
- Host: GitHub
- URL: https://github.com/thomwright/local-ip-finder
- Owner: ThomWright
- License: mit
- Created: 2014-12-14T15:00:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T15:46:04.000Z (over 10 years ago)
- Last Synced: 2025-01-18T17:57:07.027Z (4 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local-IP-Finder
A quick and dirty utility I knocked up to help find the IP my TP-Link TL-WPA4220 is using. It seems to pick a random IP from `192.168.0.2-255` when it starts up.
This assumes there's nothing else on the network running on port 80. It prints the first IP it finds that responds with *200 - OK* or *401 - Unauthorized*, then exits.
Run `node index.js` to use.