-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |