liamw9534 / bt-manager

A library for managing bluetooth devices using Python, Bluez and DBus.
GNU General Public License v3.0
24 stars 14 forks source link

Bluez 5 support? #4

Open neilmunday opened 9 years ago

neilmunday commented 9 years ago

Hi,

Do you have any plans to support Bluez 5?

Cheers,

Neil.

liamw9534 commented 9 years ago

Hi @neilmunday - not as yet. I haven't followed Bluez for a while. It seems to be more stable looking at the main web page (v5.3.2). I know Fedora switched over to Bluez 5 in release 20 and Bluez 4 is no longer maintained, so it seems like it would be a good idea to support it.

I'll do a bit of digging into it to see how much effort it is going to be...

neilmunday commented 9 years ago

Hi @liamw9534,

Thanks for the reply. There are a number of significant Bluez 5 dbus API changes by the looks of things - hope it's not too much effort for you to convert your existing code.

Cheers,

Neil.