An implementation of the Reticulum Network Stack(https://reticulum.network) in elixir.
This implementation is a work in progress and is definitely not ready for day to day use.
- Elixir 100%
RNS
See on hex.pm Docs on hexdocs This 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