6

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?

user1209776
  • 157
  • 1
  • 3
  • 8

3 Answers3

1

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

tomrozb
  • 25,773
  • 31
  • 101
  • 122
Nesim Razon
  • 9,684
  • 3
  • 36
  • 48
0

this seems to be a good start (Samsung SDK for their TVs):

http://www.samsungdforum.com/Devtools/SdkDownload

Daniel
  • 2,087
  • 3
  • 23
  • 37
0

I've used this for PC based Java apps and it works well ... might be of some use:

https://github.com/mhvis/samsung-tv-control

Michael Sims
  • 2,360
  • 1
  • 16
  • 29