Skip to content

Commit

Permalink
Add an initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstroud committed Apr 6, 2020
1 parent 988a30b commit ec5c0ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ec5c0ec

Please sign in to comment.