在Linux中使用Pybluez实现AVRCP
我想让我的电脑作为 AVRCP 蓝牙控制器 (CT) 并处理支持 AVRCP 蓝牙配置文件的设备 这必须使用 python 脚本来完成。我可以通过 pyBluez 实现这一目标吗?如果是的话,有人可以给我一些如何实现这一目标的指导吗?
提前致谢
I want to make my PC as AVRCP bluetooth controller (CT) and handle a device which supports AVRCP bluetooth profile This has to be done using python scripting. Can I achieve this from pyBluez. If yes can some one give me some pointer of how to achieve this.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个新的 Linux 蓝牙堆栈支持 AVRCP。请参阅此处。
Python 中似乎有 AVRCP 的实现 这里。
看看并尝试一下。
There is a new Linux Bluetooth Stack supporting AVRCP. See here.
There seems to be an implementation of AVRCP in Python here.
Have a look at it and try it.
我也在探索这个领域。除了 Radu 提供的链接之外,我发现 https://trac.ctdo .de/ctdo/browser/btctl/src/pyavrcp 似乎实现了 AVRCP 的控制器(CT)端以及目标(播放器)。
I'm also exploring this area. Further to the links provided by Radu, I've found https://trac.ctdo.de/ctdo/browser/btctl/src/pyavrcp which appears to implement the controller (CT) side of AVRCP, as well as the target (player).