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
- Host: GitHub
- URL: https://github.com/balena/elixir-sippet-proxy
- Owner: balena
- License: bsd-3-clause
- Created: 2017-05-19T19:59:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T12:05:03.000Z (over 8 years ago)
- Last Synced: 2025-05-05T19:03:24.457Z (about 1 year ago)
- Topics: elixir, sip, sippet-proxy
- Language: Elixir
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).