# diff ~/rproxy0.5/rproxy.py /usr/local/bin/rproxy.py
282,283c282,283
< thread.start_new_thread(status_update, (tivo, listeners, target, verbose))
< serve(queue, listeners, host_port)
---
> thread.start_new_thread(serve, (queue, listeners, host_port))
> status_update(tivo, listeners, target, verbose)
One issue, whenever the Tivo is restarted I have to reboot the Mac as well for the remotes to take effect, is there an easier way to maintain connection?
These both make sense to me, so, that's what I've done now.Haven't fully thought it through, but I'm guessing it would be cleaner to exit whenever a Tivo goes missing.
Yes.Do I just run this program on my mac, then point the rule IP to my mac's ip?
31339 is the default.also, what port do I use?