lib/onvif.ex

defmodule Onvif do
  @moduledoc """
  Interface for making requests to an Onvif compatible device.

  Currently supports WS Discovery probing, a subset of Device wsdl functions
  and a subset of Media wsdl functions.
  """
end