Paullouisageneau Violet Save

Lightweight STUN/TURN server

Project README

Violet - Lightweight STUN/TURN server

License: GPL v2 or later Build Docker Gitter Discord

Violet is a lightweight STUN/TURN server (RFC8489 and RFC8656) written in C without dependencies, based on libjuice.

Violet is licensed under GPLv2 or later, see LICENSE.

Oompa-Loompas rolling Violet, from Charlie and the Chocolate Factory

"Mercy! Save us!" yelled Mrs Beauregarde. "[...] Violet, you’re turning violet, Violet!" [...]

"Squeeze her," said Mr Wonka. "We've got to squeeze the juice out of her immediately."

-- Charlie and the Chocolate Factory, Roald Dahl

Dependencies

None!

Building

Clone repository and submodules

$ git clone https://github.com/paullouisageneau/violet.git
$ cd violet
$ git submodule update --init --recursive

Build with CMake

$ cmake -B build
$ cd build
$ make -j2

Running

Running the TURN server with default options is as simple as:

$ ./violet --credentials=USER:PASSWORD

Available options can be listed with the --help (or -h) flag:

$ ./violet --help

Violet is available as a package on AUR.

Open Source Agenda is not affiliated with "Paullouisageneau Violet" Project. README Source: paullouisageneau/violet
Stars
180
Open Issues
2
Last Commit
3 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating