xrucka / bluetooth-manager-dbus

Bluetooth transport implementation bypassing tinyb and using directly dbus binding instead
Apache License 2.0
1 stars 2 forks source link

bluetooth-manager-dbus

A transport implementation for the Bluetooth Manager based on Dbus message subsystem and it's java binding.

Prerequisites

Tested on Bluez 5.49 on OpenSuSE Leap 42.3 aarch64 on Raspberry PI, with both local blueztooth adapter and adapter shared over USBIP. If you need to operate on older bluez, you'll need to run bluetoothd (bluez daemon) with --expermental.


Contribution

Building

Then build the project with maven:

mvn clean install

For use in OpenHab, you'll need to build corresponding openhab plugin.