https://github.com/liardeauxq/babel
3rd Year Epitech Project - VOIP application
https://github.com/liardeauxq/babel
boost cpp qt server student-project voip-application
Last synced: about 2 months ago
JSON representation
3rd Year Epitech Project - VOIP application
- Host: GitHub
- URL: https://github.com/liardeauxq/babel
- Owner: LiardeauxQ
- License: mit
- Created: 2019-10-07T14:52:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T11:34:56.000Z (over 6 years ago)
- Last Synced: 2025-04-02T14:11:48.200Z (about 1 year ago)
- Topics: boost, cpp, qt, server, student-project, voip-application
- Language: C++
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babel
SIP based VOIP
### How to install
```
mkdir build
cd build
conan install ..
cmake ..
cmake -build .
```
or
```
mkdir build && cd build && conan install .. && cmake .. && cmake -build .
```
After that, you can copy default-server.cfg file in build directory, rename it to server.cfg and edit default variables.
### Authors
* Alexandre Fourcat
* Thomas Nicollet
* Killian Perrier
* Quentin Liardeaux