Packages

STUN/TURN encoder, decoder and client library

Current section

Files

Jump to
jerboa lib jerboa.ex
Raw

lib/jerboa.ex

defmodule Jerboa do
@moduledoc """
STUN/TURN encoder, decoder and client library
Jerboa consists of two components:
* `Jerboa.Format` an encoding & decoding library for the STUN wire format
* `Jerboa.Client` an Elixir STUN/TURN client
"""
end