Ingen beskrivning

Michał Słomkowski 7a45a4c40d Fix wrong channel texting after channel join. 8 år sedan
include 7a45a4c40d Fix wrong channel texting after channel join. 8 år sedan
src 7a45a4c40d Fix wrong channel texting after channel join. 8 år sedan
.gitignore 6b846aff05 Add source files from old repository. 8 år sedan
CMakeLists.txt f01b693eed Change CMake version to 2.8.0. 8 år sedan
LICENSE 261df114d2 Initial commit 8 år sedan
Mumble.proto a54a35265b Update Mumble.proto to 1.2.10. 8 år sedan
README.md a1bb86036c Add README. 8 år sedan
mumlib_example.cpp fbe08c19d1 Add support for reconnecting after communication error. #4 8 år sedan

README.md

mumlib - simple Mumble client library

Fairy simple Mumble library written in C++, using boost::asio asynchronous networking framework. Library supports:

  • audio streaming through TCP and UDP channel
  • text messaging

Todo:

  • channel support
  • user information
  • remaining server messages (ACL, user stats etc)

Dependencies

  • Boost libraries
  • OpenSSL
  • log4cpp
  • Opus library
  • Google Protobuf: libraries and compiler
  • CMake

Build

The library uses CMake build system:

mkdir build && cd build
cmake ..
make

Usage

Sample usage is covered in mumlib_example.cpp file. Basically, you should extend mumlib::Callback class to implement your own handlers.

Credits

2015 Michał Słomkowski. The code is published under the terms of Lesser General Public License Version 3.

The library contains code from following 3rd party projects: