A simple store-and-forward + flooding daemon with signature verification
Go to file
2022-11-24 21:15:35 +01:00
asn1 first try at integration test 2022-11-24 16:30:14 +01:00
lib handle closing tcp connection better 2022-11-24 21:15:35 +01:00
mock_keydb first try at integration test 2022-11-24 16:30:14 +01:00
test handle closing tcp connection better 2022-11-24 21:15:35 +01:00
.formatter.exs initial commit 2022-11-22 17:35:08 +01:00
.gitignore add prod config to .gitignore 2022-11-24 19:07:57 +01:00
mix.exs support adjusting listening options 2022-11-24 20:29:30 +01:00
mix.lock fix compilation warning about ASN.1 2022-11-23 23:06:28 +01:00
README.md add LruCache impl 2022-11-24 19:38:32 +01:00
shell.nix baseline stuff 2022-11-23 00:17:46 +01:00

Floof

A simple forwarding + flooding daemon with signature verification

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.