Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 527 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 527 Bytes

mumble-json-bridge

A Mumble plugin that offers a JSON API for Mumble interaction via named pipes.

This project consists of 3 (more or less) separate parts:

  1. The backend
  2. The plugin
  3. The CLI

Build dependencies

In order to build the project, you will require

  • A cpp17 conform compiler
  • CMake v3.10 or more recent
  • Boost (required components: program-options and thread)
  • Python3 with the PyYAML package (only needed when building the CLI)