Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API available for using the Samsung TV network remote control feature?

I want to write an Android app which controls my Samsung TV via the wifi network. This is possible because there are apps out there that do it (including Samsung's own remote app).

Is there a Samsung API available to do this? How does the app talk to the TV?

like image 882
user1209776 Avatar asked Apr 21 '12 13:04

user1209776


1 Answers

There is an open source project of SamyGo, and it works perfect. I am using it on my android phone and with the help of that project source, I created a little remote control with c#. You can always check their offical forum link for latest news.

http://sourceforge.net/p/samygo/code/1286/tree/

http://forum.samygo.tv/index.php

like image 56
Nesim Razon Avatar answered Oct 19 '22 17:10

Nesim Razon