user1209776
user1209776

Reputation: 177

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?

Upvotes: 8

Views: 16847

Answers (3)

Michael Sims
Michael Sims

Reputation: 2523

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

Upvotes: 0

Nesim Razon
Nesim Razon

Reputation: 9794

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

Upvotes: 1

Daniel
Daniel

Reputation: 2117

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

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

Upvotes: 1

Related Questions