minissdpd - daemon keeping track of UPnP devices up
Contents
Bugs
No known bugs.
minissdpd(1)
Description
minissdpd listen for SSDP traffic and keeps track of what are the UPnP devices up on the network. The
list of the UPnP devices is accessed by programs looking for devices, skipping the UPnP discovery
process.
Name
minissdpd - daemon keeping track of UPnP devices up
Options
-d debug : do not go to background, output messages to console and do not filter out low priority
messages.
-6 IPv6 : Enable IPv6 in addition to IPv4.
-ssocket
path of the unix socket open for communicating with other processes. By default
/var/run/minissdpd.sock is used.
-ppidfile
path of the file where pid is written at startup. By default /var/run/minissdpd.pid is used.
-tTTL TTL of the package. By default 2 is used according to UDA.
-fdevice
search/filter a specific device type.
-iinterface
name or IP address of the interface used to listen to SSDP packets coming on port 1900, multicast
address 239.255.255.250.
See Also
miniupnpd(1) miniupnpc(3)
Synopsis
minissdpd [-d] [-6] [-ssocket] [-ppidfile] [-tTTL] [-fdevice] -i <interface> [-i <interface2>] ...
