在Linux中使用Pybluez实现AVRCP

发布于 2024-12-08 08:54:15 字数 137 浏览 0 评论 0原文

我想让我的电脑作为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

稀香 2024-12-15 08:54:16

有一个新的 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.

安人多梦 2024-12-15 08:54:16

我也在探索这个领域。除了 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文