https://github.com/borgoat/jabrad
D-Bus daemon to control Jabra devices on Linux
https://github.com/borgoat/jabrad
c dbus jabra
Last synced: 21 days ago
JSON representation
D-Bus daemon to control Jabra devices on Linux
- Host: GitHub
- URL: https://github.com/borgoat/jabrad
- Owner: borgoat
- Created: 2021-06-15T16:50:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T15:01:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T20:11:58.261Z (over 1 year ago)
- Topics: c, dbus, jabra
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies
* [GIO](https://developer.gnome.org/gio/stable/)
* [Jabra SDK Linux](https://developer.jabra.com/site/global/sdks/linux/index.gsp)
## Codegen
```shell
gdbus-codegen --generate-c-code dbus-gen --c-namespace gbj --interface-prefix com.github.borgoat.Jabra1. dbus/com.github.borgoat.Jabra1.xml
```