{"id":19208277,"url":"https://github.com/elixir-webrtc/ex_ice","last_synced_at":"2026-02-23T13:22:12.329Z","repository":{"id":49321727,"uuid":"517310017","full_name":"elixir-webrtc/ex_ice","owner":"elixir-webrtc","description":"Implementation of ICE protocol (RFC 8445)","archived":false,"fork":false,"pushed_at":"2025-07-28T16:48:52.000Z","size":348,"stargazers_count":15,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T18:44:09.125Z","etag":null,"topics":["elixir","ice","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elixir-webrtc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2022-07-24T11:53:16.000Z","updated_at":"2025-07-28T16:44:42.000Z","dependencies_parsed_at":"2024-01-04T14:28:03.214Z","dependency_job_id":"98938934-b607-4e17-aafa-282487a33c41","html_url":"https://github.com/elixir-webrtc/ex_ice","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/elixir-webrtc/ex_ice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_ice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_ice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_ice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_ice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-webrtc","download_url":"https://codeload.github.com/elixir-webrtc/ex_ice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_ice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269931487,"owners_count":24498724,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","ice","webrtc"],"created_at":"2024-11-09T13:25:37.268Z","updated_at":"2026-02-23T13:22:12.285Z","avatar_url":"https://github.com/elixir-webrtc.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExICE\n\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_ice.svg)](https://hex.pm/packages/ex_ice)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_ice)\n[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_ice/ci.yml?logo=github\u0026label=CI)](https://github.com/elixir-webrtc/ex_ice/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/elixir-webrtc/ex_ice/graph/badge.svg?token=E98NHC8B00)](https://codecov.io/gh/elixir-webrtc/ex_ice)\n\nTrickle ICE implementation.\n\nImplements:\n* [RFC 8445](https://datatracker.ietf.org/doc/html/rfc8445)\n* [RFC 8838](https://datatracker.ietf.org/doc/html/rfc8838)\n* [ICE mDNS](https://datatracker.ietf.org/doc/html/draft-ietf-rtcweb-mdns-ice-candidates) (client side)\n\n## Features\n* compatible both with aggressive and regular nomination\n* role conflict resolution\n* supports host, prflx, srflx and relay candidates\n* transaction pacing\n* keepalives (both incoming and outgoing) on valid and selected pairs\n* mDNS client\n\n## Limitations\n* there is always only one stream and one component -\nwe don't plan to add support for multiple streams and components\nas WebRTC multiplexes traffic on a single socket but PRs are welcomed\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:ex_ice, \"~\u003e 0.14.0\"}\n  ]\nend\n```\n\n## Usage\n\nSee our [example](https://github.com/elixir-webrtc/ex_ice/tree/master/example), \n[integration tests](https://github.com/elixir-webrtc/ex_ice/blob/master/test/integration/p2p_test.exs),\nand [documentation](https://hexdocs.pm/ex_ice/readme.html) for usage examples.\n\nWe also provide a very simple [signalling server](https://github.com/elixir-webrtc/ex_ice/tree/master/signalling_server), which can be used\nto connect two ICE agents.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_ice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-webrtc%2Fex_ice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_ice/lists"}