开发者

Achieve AVRCP using Pybluez in Linux

开发者 https://www.devze.com 2023-04-11 04:07 出处:网络
I want to make my PC as AVRCP bluetooth controller (CT) and handle a dev开发者_如何学编程ice which supports AVRCP bluetoothprofile This has to be done using python scripting. Can I achieve this from p

I want to make my PC as AVRCP bluetooth controller (CT) and handle a dev开发者_如何学编程ice 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


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.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消