文件名称:keyboard_mouse_emulate_on_raspberry:Raspberry Pi上的蓝牙键盘鼠标模拟器
文件大小:16KB
文件格式:ZIP
更新时间:2024-02-25 18:29:34
emulator keyboard bluetooth mouse EmulatorPython
首先让事情起作用 步骤1:设定 sudo ./setup.sh 步骤2:运行服务器 sudo ./boot.sh 步骤3.1:运行Keyboard Client(使用物理键盘) 需要将物理键盘连接到树莓派PI板上 ./keyboard/kb_client.py 步骤3.2:运行Keyboard Client(不需要物理键盘,通过dbus发送字符串) 不需要物理键盘连接到树莓派板上 ./keyboard/send_string.py "hello client, I'm a keyboard" 步骤3.3:运行鼠标客户端(使用物理鼠标) 需要将物理鼠标连接到树莓派PI板上 ./mouse
【文件预览】:
keyboard_mouse_emulate_on_raspberry-master
----.travis.yml(189B)
----server()
--------btk_server.py(6KB)
--------sdp_record.xml(3KB)
----updateName.sh(86B)
----dbus()
--------org.thanhle.btkbservice.conf(448B)
----updateMac.sh(194B)
----bluetooth.service(437B)
----boot.sh(1011B)
----LICENSE(1KB)
----uninstall.sh(197B)
----keyboard()
--------send_string.py(3KB)
--------kb_client.py(4KB)
--------keymap.py(4KB)
----.gitignore(1KB)
----README.md(2KB)
----setup.sh(614B)
----mouse()
--------mouse_emulate.py(853B)
--------mouse_client.py(5KB)