minissdpd
daemon keeping track of UPnP devices up
WWW CVSWeb GITHub-
Package versionminissdpd-1.6.0
-
MaintainerThe OpenBSD ports mailing-list
minissdpd(1) listen to SSDP traffic on the network so miniupnpc(3) does
not need to perform the discovery process and can work faster to set up
a redirection. minissdpd(1) is also able to reply to M-SEARCH SSDP
requests on behalf on miniupnpd(1) or other UPnP server software. That
is useful in order to host several UPnP services on the same machine.
miniupnpd(1) natively uses minissdpd(1) if run on the same machine, but
other UPnP software may require to be patched.
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
minissdpd(1) _must_ be started before miniupnpd(1) (or any other UPnP
daemon); i.e. it must appear before miniupnpd in the "pkg_scripts"
variable in rc.conf.local(8).
Multicast needs to be allowed on the listening interface. To do so the
following line needs to be added to pf.conf(5):
pass on $listening_interface from any to { 224.0.0.2, 239.0.0.0/8 }
- devel/gmake