https://github.com/ecto/node-poke
easily loop through a network's mdns broadcasts
https://github.com/ecto/node-poke
Last synced: 10 months ago
JSON representation
easily loop through a network's mdns broadcasts
- Host: GitHub
- URL: https://github.com/ecto/node-poke
- Owner: ecto
- Created: 2012-02-06T02:19:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-06T02:40:05.000Z (over 14 years ago)
- Last Synced: 2025-08-12T11:29:20.757Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#poke
find all local network services being broadcast over mDNS

##install
npm install -g poke
##usage
poke
##result
a list similar to this:
````
60C547073F8C@jasonlbaptiste’s MacBook Air
tcp raop
10.0.0.185:5000
jasonlbaptistes-MacBook-Air.local.
Apple TV (2)
tcp airplay
10.0.0.41:7000
Apple-TV-2.local.
40-27-84-85 TRON’s Mac Pro
udp sleep-proxy
10.0.0.8:52395
TRONs-Mac-Pro.local.
...
````