{"id":13576233,"url":"https://github.com/paullouisageneau/violet","last_synced_at":"2025-04-12T19:48:59.902Z","repository":{"id":37738997,"uuid":"338786804","full_name":"paullouisageneau/violet","owner":"paullouisageneau","description":"Lightweight STUN/TURN server","archived":false,"fork":false,"pushed_at":"2025-02-14T11:34:59.000Z","size":509,"stargazers_count":254,"open_issues_count":5,"forks_count":27,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-12T19:48:54.698Z","etag":null,"topics":["c","coturn","ice","rfc-5389","rfc-5766","rfc-8489","rfc-8656","stun","stun-server","turn","turn-server","webrtc"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paullouisageneau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["paullouisageneau"],"custom":["https://paypal.me/paullouisageneau"]}},"created_at":"2021-02-14T11:11:15.000Z","updated_at":"2025-04-10T23:28:12.000Z","dependencies_parsed_at":"2024-01-14T03:50:51.320Z","dependency_job_id":"64b4521d-d6bb-473a-8077-b423aee4e360","html_url":"https://github.com/paullouisageneau/violet","commit_stats":{"total_commits":111,"total_committers":4,"mean_commits":27.75,"dds":"0.027027027027026973","last_synced_commit":"57883a164615847066228de2db7ff09cb0f635e0"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullouisageneau%2Fviolet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullouisageneau%2Fviolet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullouisageneau%2Fviolet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullouisageneau%2Fviolet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paullouisageneau","download_url":"https://codeload.github.com/paullouisageneau/violet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","coturn","ice","rfc-5389","rfc-5766","rfc-8489","rfc-8656","stun","stun-server","turn","turn-server","webrtc"],"created_at":"2024-08-01T15:01:08.236Z","updated_at":"2025-04-12T19:48:59.877Z","avatar_url":"https://github.com/paullouisageneau.png","language":"C","funding_links":["https://github.com/sponsors/paullouisageneau","https://paypal.me/paullouisageneau"],"categories":["C","Stun \u0026 Turn","Interconnect"],"sub_categories":["C/C++","SBC, IMS"],"readme":"# Violet - Lightweight STUN/TURN server\n\n[![License: GPL v2 or later](https://img.shields.io/badge/License-GPL_v2_or_later-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n[![Build](https://github.com/paullouisageneau/violet/actions/workflows/build.yml/badge.svg)](https://github.com/paullouisageneau/violet/actions/workflows/build.yml)\n[![Docker](https://img.shields.io/docker/v/paullouisageneau/violet/latest?color=2497ed\u0026label=Docker)](https://hub.docker.com/repository/docker/paullouisageneau/violet)\n[![Gitter](https://badges.gitter.im/libjuice/violet.svg)](https://gitter.im/libjuice/violet?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Discord](https://img.shields.io/discord/903257095539925006?logo=discord)](https://discord.gg/jXAP8jp3Nn)\n\nViolet is a lightweight STUN/TURN server ([RFC8489](https://www.rfc-editor.org/rfc/rfc8489.html) and [RFC8656](https://www.rfc-editor.org/rfc/rfc8656.html)) written in C without dependencies, based on [libjuice](https://github.com/paullouisageneau/libjuice).\n\nViolet is licensed under GPLv2 or later, see [LICENSE](https://github.com/paullouisageneau/violet/blob/master/LICENSE).\n\n![Oompa-Loompas rolling Violet, from Charlie and the Chocolate Factory](https://github.com/paullouisageneau/violet/blob/master/image.png?raw=true)\n\n\u003e \"Mercy! Save us!\" yelled Mrs Beauregarde. \"[...] Violet, you’re **turn**ing violet, Violet!\" [...]\n\u003e\n\u003e \"Squeeze her,\" said Mr Wonka. \"We've got to squeeze the **juice** out of her immediately.\"\n\u003e\n\u003e -- Charlie and the Chocolate Factory, Roald Dahl\n\n## Dependencies\n\nNo external dependencies!\n\n## Running with Docker\n\nAn image is available on [Docker Hub](https://hub.docker.com/repository/docker/paullouisageneau/violet), running the TURN server with default options is as simple as:\n```bash\ndocker run --network=host paullouisageneau/violet --credentials=USER:PASSWORD\n```\nAvailable options can be listed with the `--help` flag:\n```bash\ndocker run paullouisageneau/violet --help\n```\n\n## Installing on Arch Linux\n\nViolet is available as a [package on AUR](https://aur.archlinux.org/packages/violet/):\n```bash\nparu -S violet\nsudo systemctl enable --now violet\n```\nThe configuration file is `/etc/violet/violet.conf`\n\n## Building\n\n### Clone repository and submodules\n\n```bash\ngit clone https://github.com/paullouisageneau/violet.git\ncd violet\ngit submodule update --init --recursive\n```\n\n### Build with CMake\n\n```bash\ncmake -B build -DCMAKE_BUILD_TYPE=Release\ncd build\nmake -j2\n```\n```bash\n./violet --credentials=USER:PASSWORD\n```\nYou can list available options with the `--help` (or `-h`) flag. You can also load a configuration file:\n```bash\n./violet -f ../example.conf\n```\n\n### Build with Docker\n\n```bash\ndocker build -t violet .\n```\n```bash\ndocker run --network=host violet --credentials=USER:PASSWORD\n```\nYou can list available options with the `--help` flag. You can also load a configuration file:\n```bash\ndocker run \\\n\t--network=host \\\n\t--mount type=bind,source=$(pwd)/example.conf,target=/etc/violet.conf,readonly \\\n\tpaullouisageneau/violet --file=/etc/violet.conf\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaullouisageneau%2Fviolet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaullouisageneau%2Fviolet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaullouisageneau%2Fviolet/lists"}