README.md

# RNS
[See on hex.pm](https://hex.pm/packages/reticulum) [Docs on hexdocs](https://hexdocs.pm/reticulum)
**This project is still a work in progress, and there are many things yet to do(see [the roadmap](ROADMAP.md)).**

An implementation in elixir of the [Reticulum Network Service](https://reticulum.network).
If you want to run this, you should instead check out [RNSD](https://codeberg.org/int32/rnsd_ex).

## Installation

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

```elixir
def deps do
  [
    {:rns, "~> 0.1.0"}
  ]
end
```