Setup SSDP daemon

For Voyage 0.7.5.

The miniSSDP daemon can be used by other UPNP daemons or clients in the box.

Setup Sid repository

At the build box:

cat > /etc/apt/sources.list.d/sid.list <<EOT
deb-src http://ftp.us.debian.org/debian/ sid main contrib non-free
EOT

Building the deb packge

# mkdir ~/build/minissdpd
# cd ~/build/minissdpd/
apt-get build-dep minissdpd/sid
apt-get -b source minissdpd/sid

Copy the resulting .deb package to voyage box.

Install

At voyage box:

dpkg -i minissdpd_1.1.20111007-3_i386.deb

Configuration

Edit /etc/defaults/minissdpd:

START_DAEMON=1
MiniSSDPd_INTERFACE_ADDRESS=192.168.0.1

Reference

About MiniSSDPd

MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD devices) to speed up device discoveries. MiniSSDPd keep memory of all UPnP devices that announced themselves on the network through SSDP NOTIFY packets. MiniSSDPd also has the ability to handle all SSDP traffic received on a computer via the multicast group 239.255.255.250:1900.

MiniSSDPd receive NOTIFY packets and store information contained for later use by UPnP Control Points on the machine. MiniSSDPd receive M-SEARCH packets and answer on behalf of the UPnP devices running on the machine. MiniUPnPd and MiniUPnPc are designed to take automatically advantage of MiniSSDPd running on the same computer. Juste make sure that MiniSSDPd is started before any other UPnP program on the computer.

voyage/setup_ssdp_daemon.txt · Last modified: 2011-11-02 10:19 by admin
Back to top
GNU Free Documentation License 1.3
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0