EPITECH C++ project - VOIP server/client
https://github.com/Octopus773/Babel
Installation in brief
git clone https://github.com/Octopus773/Babel.git
cd Babel
mkdir build
cd build
conan install .. --build missing
cmake ..
cmake --build .
You can find it in Documentation/UserDocumentation.md
link to user documentation
Here our doxygen documentation
Binaries will be located in build/bin
Client: C++, Qt5 UI, Qt5 Network, Portaudio, Opus
Server: C++, ASIO