Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的安卓手机用作安卓电视盒或谷歌电视的遥控器。我想通过 wifi 通信使用手机的加速度计在谷歌电视上远程玩运动游戏。
我们没有为此提供任何协议。您可能希望在应用程序运行时在电视上打开一个套接字,并监听输入,然后您的遥控器可以向该套接字发送消息。虽然您可以使用 TCP 或 UDP,但我认为您会发现 UDP 提供了更好的性能。