java 是否有可用于使用三星电视网络遥控功能的 API?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10259326/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there an API available for using the Samsung TV network remote control feature?
提问by user1209776
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).
我想编写一个 Android 应用程序,通过 wifi 网络控制我的三星电视。这是可能的,因为有一些应用程序可以做到这一点(包括三星自己的远程应用程序)。
Is there a Samsung API available to do this? How does the app talk to the TV?
是否有三星 API 可用于执行此操作?该应用程序如何与电视通话?
回答by Nesim Razon
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.
SamyGo 有一个开源项目,效果很好。我在我的 android 手机上使用它,并在该项目源的帮助下,我用 c# 创建了一个小遥控器。您可以随时查看他们的官方论坛链接以获取最新消息。
http://sourceforge.net/p/samygo/code/1286/tree/
http://sourceforge.net/p/samygo/code/1286/tree/
回答by Daniel
this seems to be a good start (Samsung SDK for their TVs):
这似乎是一个好的开始(三星用于电视的 SDK):
回答by Michael Sims
I've used this for PC based Java apps and it works well ... might be of some use:
我已经将它用于基于 PC 的 Java 应用程序并且它运行良好......可能有一些用处: