For Voyage 0.7.5.
The miniSSDP daemon can be used by other UPNP daemons or clients in the box.
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
# 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.
At voyage box:
dpkg -i minissdpd_1.1.20111007-3_i386.deb
Edit /etc/defaults/minissdpd:
START_DAEMON=1 MiniSSDPd_INTERFACE_ADDRESS=192.168.0.1
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.