Skip to content

Octopus773/Babel

Repository files navigation

Babel

EPITECH C++ project - VOIP server/client

Main repo

https://github.com/Octopus773/Babel

Installation

Installation in brief

git clone https://github.com/Octopus773/Babel.git
cd Babel
mkdir build
cd build
conan install .. --build missing
cmake ..
cmake --build .

Documentation

User documentation

You can find it in Documentation/UserDocumentation.md link to user documentation

Doxygen

Here our doxygen documentation

Binaries will be located in build/bin

Tech Stack

Client: C++, Qt5 UI, Qt5 Network, Portaudio, Opus

Server: C++, ASIO