The node-dns-sd is a Node.js module which is a pure javascript implementation of mDNS/DNS-SD (Apple Bonjour) browser and packet parser. It allows you to discover IPv4 addresses in the local network specifying a service name such as _http._tcp.local. Besides, it allows you to monitor mDNS/DNS-SD packets.
MIT License
44
stars
11
forks
source link
Can you set a filter when using startMonitoring() & onData() #10
I was wondering if you can set a filter when using the startMonitoring method and onData event?
If so, how would you go about it?