minissdpd

keep memory of all UPnP devices that announced themselves

Install

All systems
curl cmd.cat/minissdpd.sh
Debian Debian
apt-get install minissdpd
Ubuntu
apt-get install minissdpd
Alpine
apk add minissdpd
image/svg+xml Kali Linux
apt-get install minissdpd
Windows (WSL2)
sudo apt-get update sudo apt-get install minissdpd
Raspbian
apt-get install minissdpd
Docker
docker run cmd.cat/minissdpd minissdpd powered by Commando

minissdpd

keep memory of all UPnP devices that announced themselves

MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD devices) to speed up device discoveries. MiniSSDPd keeps 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 receives NOTIFY packets and stores information contained for later use by UPnP Control Points on the machine. MiniSSDPd receives M-SEARCH packets and answers 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. Just make sure that MiniSSDPd is started before any other UPnP program on the computer.