- Notifications
You must be signed in to change notification settings - Fork28
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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!
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)
- Boost libraries
- OpenSSL
- log4cpp
- Opus library
- Google Protobuf: libraries and compiler
- CMake
The library uses CMake build system:
mkdir build && cd buildcmake ..make
Sample usage is covered inmumlib_example.cpp file. Basically, you should extendmumlib::Callback classto implement your own handlers.
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:
- official Mumble Client:https://github.com/mumble-voip/mumble
- libmumble:https://github.com/cornejo/libmumble