MOQX

MOQT (Media over QUIC Transport) protocol primitives for Elixir.

This library provides:

The library is transport-agnostic: it produces/consumes binaries that can be carried over QUIC streams or datagrams (e.g. via quichex).

Installation

If available in Hex, the package can be installed by adding moqx to your list of dependencies in mix.exs:

def deps do
  [
    {:moqx, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc.