【发布时间】:2017-08-29 06:40:35
【问题描述】:
好像从commit b1eb2c4cd057624312e0412f6c4be000f7fc3617
gatttool 已被弃用,但我找不到任何关于
什么取代了 gattool。
我在 gatttool 上查看的每个 Python 蓝牙 LE 包
现在在我的 ArchLinux 系统上坏了,因为 bluez 包不是
使用 --enabled-deprecated 标志构建(将构建 gatttool 二进制文件)。
pygatt 刚刚在我的系统上损坏,bluepy 没有按照它们构建
将自己的(在我的系统损坏的)bluez 代码发送到那里来构建 gatttool。
无论我想为替换的内容编写一个新的包装器 gatttool,但我找不到有关此主题的任何信息。
那么我可以使用 bluez 堆栈中的哪个工具来编写新的 Python 蓝牙 LE 包装器?
【问题讨论】:
标签: linux bluetooth bluez pybluez