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.
"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
None!
$ git clone https://github.com/paullouisageneau/violet.git
$ cd violet
$ git submodule update --init --recursive
$ cmake -B build
$ cd build
$ make -j2
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.