An open API service indexing awesome lists of open source software.

https://github.com/balena/elixir-sippet-proxy

A simple SIP proxy in Elixir
https://github.com/balena/elixir-sippet-proxy

elixir sip sippet-proxy

Last synced: 11 months ago
JSON representation

A simple SIP proxy in Elixir

Awesome Lists containing this project

README

          

# Sippet Proxy

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sippet_proxy` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:sippet_proxy, "~> 0.1.1"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sippet_proxy](https://hexdocs.pm/sippet_proxy).