我想使用Python检查bash命令hcitool scan
的输出是否已知MAC地址。
示例:我将手机的MAC地址保存为变量。然后,我检查hcitool scan
标识的所有MAC地址。像这样:
for each (popen('hcitool scan') as $line)
if ($line == $mymac)
print 'Phone in the Bluetooth range';
else
print 'Your phone isn't in the Bluetooth range';
答案 0 :(得分:0)
是的,这是PHP。 $变量名称将它放弃:)
对于使用Python做同样的事情,请查看PyBluez。虽然它并不真正支持Python 3,但有人可能已经启动了端口,但我不知道它在哪里