Skip to content

A small daemon to forward push to talk events to mumble through DBUS

License

Notifications You must be signed in to change notification settings

achermannagement/mumble-ptt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Building

This is using Fedora 41 as the build system. You need to install these packages to build

  • libinput-devel
  • libgudev-devel
  • dbus-devel

then run

gcc -Wall -Werror -Wextra -o mumble_ptt mumble_ptt.c -linput -ludev

It needs to be run under the input permission group to work DO NOT run as superuser as that will change the environment and break the dbus-send commands!

usermod -aG input <user>
newgrp input

About

A small daemon to forward push to talk events to mumble through DBUS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages