bonjour
Bonjour (DNS-SD) discovery/monitor command line tool.
Installation:
npm install --global @warren-bank/node-dns-sd-cli
Summary:
- adds a light-weight CLI wrapper around the library: "node-dns-sd"
Usage:
bonjour <options>
options:
========
"-h"
"--help"
Print all command-line options.
"-V"
"--version"
Print version number.
"-v"
"--verbose"
Print unfiltered discovery results.
"-s"
"--services"
Discover services.
"-p"
"--printers"
Discover printer devices.
"-c"
"--chromecast"
Discover Chromecast devices.
"-d <service name>"
"--discover <service name>"
Discover devices identified by service name.
"-d <params JSON Object>"
"--discover <params JSON Object>"
Discover devices matching the 'params' JSON Object.
"-m"
"--monitor"
Monitor all mDNS/DNS-SD packets.
Documentation:
Example:
- this test script is a good introduction
Legal:
- copyright: Warren Bank
- license: GPL-2.0