Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbluetoothtoolbox/python_bluez_dbus_emulator
A simple set of libraries to allow emulating the behavior of a BlueZ Bluetooth device over DBus.
https://github.com/openbluetoothtoolbox/python_bluez_dbus_emulator
bluez bluez-dbus dbus emulator python python3
Last synced: 3 months ago
JSON representation
A simple set of libraries to allow emulating the behavior of a BlueZ Bluetooth device over DBus.
- Host: GitHub
- URL: https://github.com/openbluetoothtoolbox/python_bluez_dbus_emulator
- Owner: OpenBluetoothToolbox
- License: mit
- Created: 2021-07-06T05:28:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T07:23:57.000Z (over 3 years ago)
- Last Synced: 2024-10-29T23:09:38.043Z (3 months ago)
- Topics: bluez, bluez-dbus, dbus, emulator, python, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [dbus_next](https://github.com/altdesktop/python-dbus-next)## 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:
* [@Andrey1994](https://github.com/Andrey1994)## License
This project is licensed under the terms of the [MIT Licence](LICENCE.md).