Violet - Lightweight STUN/TURN server
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
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
Links
Violet is available as a package on AUR.