Hunter N. Morgan 449a2a0a95 Fix SWAP64 implementation to work on more platforms | 8 years ago | |
---|---|---|
include | 8 years ago | |
src | 8 years ago | |
.gitignore | 9 years ago | |
CMakeLists.txt | 9 years ago | |
LICENSE | 9 years ago | |
Mumble.proto | 9 years ago | |
README.md | 9 years ago | |
mumlib_example.cpp | 8 years ago |
Fairy simple Mumble library written in C++, using boost::asio asynchronous networking framework. Library supports:
Todo:
The library uses CMake build system:
mkdir build && cd build
cmake ..
make
Sample usage is covered in mumlib_example.cpp file. Basically, you should extend mumlib::Callback class to 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: