RNS
See on hex.pmDocs on hexdocsThis project is still a work in progress, and there are many things yet to do(see the roadmap).
An implementation in elixir of the Reticulum Network Service. If you want to run this, you should instead check out RNSD.
Installation
If available in Hex, the package can be installed
by adding rns to your list of dependencies in mix.exs:
def deps do
[
{:rns, "~> 0.1.0"}
]
end