1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-30 14:09:04 +00:00
trezor-firmware/core/tools/bluez_emu_bridge
Martin Milata cb3d68be02 feat(core/tools): BlueZ-emulator bridge
[no changelog]
2025-03-30 22:40:19 +02:00
..
__init__.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
adapter1.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
dbus-daemon.conf feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
device1.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
gattcharacteristic1.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
gattservice1.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
LICENSE feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
message_bus.py feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00
README.md feat(core/tools): BlueZ-emulator bridge 2025-03-30 22:40:19 +02:00

bluez_emu_bridge

Most of the files in this directory are based on the bluez-dbus-emulator python package (GitHub: python_bluez_dbus_emulator).

Original README below.

bluez_dbus_emulator

A simple set of libraries to allow emulating the behavior of a BlueZ Bluetooth device over DBus.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

pip3 install bluez_dbus_emulator

Usage

For usage instructions, just follow the examples provided in the examples folder.

Contributors

Thanks to the following people who have contributed to this project:

License

This project is licensed under the terms of the MIT Licence.