nod / rokumote

osx app for controlling your roku because sometimes your kids lose the remote
31 stars 8 forks source link

quick example of discovery working #3

Closed jarrodb closed 9 years ago

jarrodb commented 9 years ago

moved some stuff around, added recv to the UDPClient from ysocket so we could get the response, super ghetto parse to verify if its roku, but didn't do the rest of the stuff the python script did (like connecting on http to verify its real). if you start with a blank rokuhost value it will populate from the first one it finds. its a start

oh, and im lazy so this commit includes 2 commits from the first pull request :-O

nod commented 9 years ago

Awesome! I was going to just write this whole stupid thing in C and then call "goFindRokus" ;)