diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6f8024 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# SSDP Proxy +I recently moved my Roku devices to their own isolated vlan. Unfortunately this meant that my Roku app was not able to find my Roku devices. Unlike other devices like Google chromecasts, or AppleTVs that use mDNS, Roku uses SSDP to discover devices. This proxy will allow your Roku app to find Roku devices on a different subnet. + +I borrowed the base code for this project from: https://github.com/ZeWaren/python-upnp-ssdp-example.git + +Run this proxy on some gateway device that has access to both your Trusted and Non Trusted vlans. Be sure to changed the `TRUSTED_IP` and `NONTRUSTED_IP` settings in the `ssdp_proxy.py` script to your IP address attached to each vlan.