Giter Site home page Giter Site logo

delraium / bluetooth-keyboard-emulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syss-research/bluetooth-keyboard-emulator

0.0 0.0 0.0 2.91 MB

Simple proof-of-concept software tool for emulating Bluetooth BR/EDR (a.k.a. Bluetooth Classic) keyboards

License: MIT License

Python 97.36% Shell 2.64%

bluetooth-keyboard-emulator's Introduction

Bluetooth Keyboard Emulator

The SySS Bluetooth Keyboard Emulator is a simple proof-of-concept software tool for emulating Bluetooth BR/EDR (a.k.a. Bluetooth Classic) keyboards based on the BlueZ 5 Bluetooth Keyboard Emulator for Raspberry Pi (YAPTB Bluetooth keyboard emulator) by Thanh Le.

It was developed for modern Linux operating systems like Arch Linux with a modern BlueZ 5 Bluetooth protocol stack and utilities.

So far, the keyboard emulator has only been tested on Arch Linux systems.

Caution: The software tool is still work in progress.

Requirements

Setup

For setting up the Bluetooth Keyboard Emulator simply run the provided shell script setup.sh with root privileges.

sudo ./setup.sh

Or manually copy the file dbus/de.syss.btkbdservice.conf to /etc/dbus-1/system.d/.

sudo cp dbus/de.syss.btkbdservice.conf /etc/dbus-1/system.d/

Configuration

Rename or copy the provided sample configuration file keyboard.conf.example to keyboard.conf and edit it with your favorite text editor.

Usage

In order to start the Bluetooth Keyboard Emulator, run the provided shell script start.sh in a terminal with root privileges.

sudo ./start.sh

Afterwards, you can attach to the created tmux session named kbdemu.

sudo tmux attach -t kbdemu

Caution: The client component of the running Bluetooth Keyboard Emulator will register and process all keypresses!

For stopping the keyboard emulation, you can simply kill the tmux session.

sudo tmux kill-session -t kbdemu

The following screenshot illustrates the keyboard emulator usage.

Screenshot of a Bluetooth Keyboard Emulator tmux session

Disclaimer

Use at your own risk. Do not use without full consent of everyone involved. For educational purposes only.

bluetooth-keyboard-emulator's People

Contributors

mdeeg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.