Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automatic bluetooth device initialization



Hi Paul,

> To solve such (not uncommon) problems, the dbus system[¹] is being
> developed, dbus is getting very popular (maybe too much) and it
> provides a simple and secure messaging system to let different
> programs talk to one another, in our example, let one program be the
> bluetooth daemon, it provides a well-known interface and hides
> platform-specific implementation details, on the other side we have
> the other programs, which are just frontends (with a Qt/Gtk/textual
> interface, it doesn't matter) and can run on every operating system
> where the aforementioned interface is available, I think something
> like this wouldn't hurt to any "desktop-unix" operating system.

start looking at the D-Bus effort of BlueZ. We are moving into that
direction and one of the main goals is to not even abstract from the
operating system details, we also wanna abstract from the HCI specific
details of Bluetooth. Feel free to join-in and help defining the new
D-Bus interface for Bluetooth.

Regards

Marcel