Page 1 of 1

Remote Controller SW

Posted: Fri Sep 28, 2012 10:18 am
by jordanturk
I was just trying to write a sw like given link below;

http://deneb.homedns.org/things/?p=232#comment-334

in order to manage channel recordings from a usefull interface. I captured GreenFlowRemote with wireshark and sent exactly the same data with my code written in c#. But I am unable to control my tv. I can see the same datas as GreenFlow on wireshark but does not control.

After that I found this usefull application. But I run this application with Python2. I tried to send only below command;

sendKey(?KEY_VOLUP?,sock,tvappstring)
time.sleep(1)

it gives no error but does not control tv. Tv also did not as for permission for your application. Could you help? Also can you try this app and feedback. (I am changing IP adresses and MAC adress correctly...