Archived
1
0
Fork
You've already forked rnsd_ex
0
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.
  • Elixir 100%
2025年09月12日 20:19:35 +02:00
lib Make RNSD start Reticulum with nil for options instead of an empty list, to tell Reticulum to load the config file. 2025年09月12日 20:19:35 +02:00
test Hello, git! 2025年08月27日 14:16:56 +02:00
.gitignore Remove .ignore. 2025年09月02日 16:55:27 +02:00
mix.exs Hello, git! 2025年08月27日 14:16:56 +02:00
mix.lock Hello, git! 2025年08月27日 14:16:56 +02:00
README.md Add a link to the elixir implementation in the readme. 2025年08月27日 14:20:57 +02:00

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.