Tuesday, October 9, 2018

Simple Service Discovery Protocol (SSDP)

The SSDP protocol can discover Plug & Play devices, with uPnP (Universal Plug and Play). SSDP uses unicast and multicast adress (239.255.255.250). SSDP is HTTP like protocol and work with NOTIFY and M-SEARCH methods. SSDP can be used over IPv4 and IPv6.

How to run rtl-sdr over tcp with dsdplus fastlane

step 1 : build your own raspberry pi vpn server wget https://git.io/vpn -O openvpn-install.sh chmod +x openvpn-install.sh sudo apt update &a...