A simple store-and-forward + flooding daemon with signature verification
Go to file
2022-11-22 17:35:08 +01:00
asn1 initial commit 2022-11-22 17:35:08 +01:00
lib initial commit 2022-11-22 17:35:08 +01:00
test initial commit 2022-11-22 17:35:08 +01:00
.formatter.exs initial commit 2022-11-22 17:35:08 +01:00
.gitignore initial commit 2022-11-22 17:35:08 +01:00
mix.exs initial commit 2022-11-22 17:35:08 +01:00
mix.lock initial commit 2022-11-22 17:35:08 +01:00
README.md initial commit 2022-11-22 17:35:08 +01:00
shell.nix initial commit 2022-11-22 17:35:08 +01:00

Floof

TODO: Add description

Installation

If available in Hex, the package can be installed by adding floof to your list of dependencies in mix.exs:

def deps do
  [
    {:floof, "~> 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/floof.