Bluetooth Keyboard Mouse Emulator on Raspberry Pi
See the code sudo ./setup.sh
Go to ./server/btk_server.py, fill your host's mac address to TARGET_ADDRESS variable at line 26
Lazy to write at scipt, so you need to change it manually
sudo ./boot.sh
./keyboard/kb_client.py
./keyboard/send_string.py "hello client, I'm a keyboard"
./mouse/mouse_client.py
./mouse/mouse_emulate.py 0 10 0 0
Make Raspberry Pi3 as an emulator bluetooth keyboard
Python
90.0%
Shell
10.0%
Bluetooth Keyboard Mouse Emulator on Raspberry Pi
See the code sudo ./setup.sh
Go to ./server/btk_server.py, fill your host's mac address to TARGET_ADDRESS variable at line 26
Lazy to write at scipt, so you need to change it manually
sudo ./boot.sh
./keyboard/kb_client.py
./keyboard/send_string.py "hello client, I'm a keyboard"
./mouse/mouse_client.py
./mouse/mouse_emulate.py 0 10 0 0
Make Raspberry Pi3 as an emulator bluetooth keyboard
Python
90.0%
Shell
10.0%