文件名称:bluetool:适用于Linux的蓝牙管理器
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-20 19:51:21
Python
蓝色工具 用于蓝牙D-Bus调用的简单Python API。 易于配对,连接和扫描。 还提供用于数据传输的TCP到RFCOMM套接字桥。 依存关系 python-dbus tcpbridge 该软件包已经过Python 2.7的测试 安装 pip install bluetool 或克隆并运行make install 用法 蓝牙: 列表: [{"name": Name, "mac_address": MAC-address}, ... ] 蓝牙方法: start_scanning(timeout) :在后台scan scan(timeout) get_devices_to_pair() ,返回列表 get_available_devices() ,返回列表 get_paired_devices() ,返回列表 get_connected_devices() ,返回列表 ma
【文件预览】:
bluetool-master
----setup.py(341B)
----.gitignore(595B)
----Makefile(119B)
----MANIFEST.in(51B)
----LICENSE(34KB)
----examples()
--------scanning.py(133B)
--------bluetooth_spp.py(248B)
--------bluetooth_agent.py(774B)
----README.md(3KB)
----bluetool()
--------bluezutils.py(2KB)
--------__init__.py(116B)
--------agent.py(9KB)
--------bluetool.py(12KB)
--------blueserver.py(4KB)