Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

slomkowski/mumlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I do not maintain this project andmumsi any longer, but some new features and bugfixes have been implemented in theforks. Check them out!

mumlib - simple Mumble client library

Fairy simple Mumble library written in C++, usingboost::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 buildcmake ..make

Usage

Sample usage is covered inmumlib_example.cpp file. Basically, you should extendmumlib::Callback classto 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:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp