THIS REPOSITORY HAS BEEN ARCHIVED, WILL BE MOVED TO https://codeberg.org/Reticulum_Elixir/
A utility to start my implementation of Reticulum in elixir(https://codeberg.org/Reticulum_Elixir/reticulum_ex).
This repository has been archived on 2026年04月21日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| lib | Make RNSD start Reticulum with nil for options instead of an empty list, to tell Reticulum to load the config file. | |
| test | Hello, git! | |
| .gitignore | Remove .ignore. | |
| mix.exs | Hello, git! | |
| mix.lock | Hello, git! | |
| README.md | Add a link to the elixir implementation in the readme. | |
RNSD
This is a utility to start my implementation of the Reticulum Network Stack in elixir!
Installation
If available in Hex, the package can be installed
by adding rnsd to your list of dependencies in mix.exs:
def deps do
[
{:rnsd, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rnsd.