在第2步中,在执行命令'Make‘以构建libpcap时,我得到了错误’目标‘的配方’pcap监视器-linux.o‘failed’。./pcap-bt-monitor-linux.c:42:28: fatal error: bluetooth/mgmt.h: No such file or directory
#include <bluetoothMakefile:83: reci
我正在使用pybluez在python中的linux上开发蓝牙应用程序。我想知道是否有可能连接到蓝牙的"localhost“,这样我就可以在同一台机器上运行客户机和服务器(就像大多数人在web开发中所做的那样)。最终,服务器将在raspberry pi上运行,客户端将是任何支持蓝牙的设备(手机、笔记本电脑等)。这是我的服务器:
import bluetooth as <