/mdrd

A daemon that exposes MDR-devices (sony headphones) on the system D-Bus.

Primary LanguageCGNU General Public License v3.0GPL-3.0

mdrd

A daemon that uses libmdr and the Bluez stack to connect to any MDR-devices (Sony wireless headphones) and expose them on the system D-Bus.

See MDR Manager for the frontend.

Please note that this project is a work in progress and that the DBus API is likely to change until it reaches v1.0.

Building

Run make in the project root.

Dependencies

  • a C compiler (gcc is recommended)
  • make
  • pkg-config
  • git (or place the correct version of libmdr in the project root)
  • gio-2.0
  • gio-unix-2.0