Scroll to navigation

SSDPY-SERVER(1) General Commands Manual SSDPY-SERVER(1)

NAME

ssdpy-server - Start an SSDP server

SYNOPSIS

ssdpy-server [options] usn

DESCRIPTION

ssdpy-server is an SSDP server that sends NOTIFY packets to notify SSDP clients about a service, and responds to relevant M-SEARCH packets.

OPTIONS

Unique server name to broadcast
Show the program's built-in help message and exit.
Show the program's version number and exit.
Increase verbosity.
-4, --ipv4
Listen on IPv4 (default).
-6, --ipv6
Listen on IPv6 instead of IPv4.
Specify the broadcasted device type; affects the NT field. Defaults to ssdp:rootdevice.
Listen on a specific network interface.
Listen for M-SEARCH on a specific port; defaults to 1900.
Specify the amount of seconds that the server info should be cached for (by default, it's not cached at all).
Specify the location that notifications should point to; this sets both LOCATION and AL.
Specify address of the interface to listen on (only valid for IPv4).
Specify extra fields to pass in NOTIFY packets. This option can be passed multiple times for multiple extra headers.

COPYRIGHT

Copyright © 2019-2020 Moshi Binyamini.

This is free software; see the source for copying conditions. There is NO WARRANTY, to the extent permitted by law.

August 2022 SSDPy