logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ssdpy-discover - Run an SSDP M-SEARCH

Description

ssdpy-discover discovers SSDP devices on the network by sending an M-SEARCH packet.

Name

       ssdpy-discover - Run an SSDP M-SEARCH

Options

ST     The type of device to search for (example ssdp:all).

       -h, --help
              Show the program's built-in help message and exit.

       -V, --version
              Show the program's version number and exit.

       -v, --verbose
              Increase verbosity.

       -6, --ipv6
              Listen on IPv6 instead of IPv4.

       -t, --ttlTTL
              Specify TTL for the M-SEARCH; defaults to 2.

       -o, --timeouttimeout
              Specify maximum timeout for connections; defaults to 5.

       -i, --ifaceinterface
              Listen on a specific network interface.

       -a, --addressaddress
              Bind to a specific address.

       -p, --portport
              Send M-SEARCH on a specific port; defaults to 1900.

       -m, --mxtime
              Specify maximum wait time for response; defaults to 1s.

       -j, --json
              Format output as JSON.

Synopsis

ssdpy-discover [options] ST

See Also