Go to file
clan-bot f4d1adf7b0
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build .#checks.x86_64-linux.pytest Build done.
buildbot/nix-build .#checks.x86_64-linux.data-mesher Build done.
buildbot/ Build done.
buildbot/nix-build .#checks.x86_64-linux.devShell-default Build done.
buildbot/nix-build .#checks.x86_64-linux.data-mesher-clippy Build done.
buildbot/nix-build .#checks.x86_64-linux.package-data-mesher Build done.
buildbot/nix-build .#checks.x86_64-linux.data-mesher-integration-test Build done.
buildbot/nix-build .#checks.x86_64-linux.devShell-nss-datamesher Build done.
buildbot/nix-build .#checks.x86_64-linux.package-nss-datamesher Build done.
buildbot/nix-build .#checks.x86_64-linux.treefmt Build done.
buildbot/nix-build .#checks.x86_64-linux.package-default Build done.
buildbot/nix-build .#checks.x86_64-linux.data-mesher-unit-tests Build done.
Merge pull request 'Automatic flake update - 2024-09-02T00:00+00:00' (#19) from flake-update-2024-09-02 into main
2024-09-02 00:22:05 +00:00
data_mesher data.Network: add signature & public_key 2024-08-20 16:52:15 +02:00
nss-datamesher nss: add integration test 2024-07-13 08:08:07 +02:00
tests data.Network: add signature & public_key 2024-08-20 16:52:15 +02:00
.envrc init 2024-04-10 15:33:59 +02:00
.gitignore move nss-datamesher to subproject with valgrind and clippy 2024-07-11 19:21:06 +02:00
default.nix move tests into seperate output 2024-07-09 16:59:21 +02:00
flake.lock update flake lock - 2024-09-02T00:00+00:00 2024-09-02 00:00:29 +00:00
flake.nix data.Network: add signature & public_key 2024-08-20 16:52:15 +02:00
module.nix get --interface instead of --ip 2024-07-12 21:37:51 +02:00
pyproject.toml implement nss module 2024-07-10 12:24:13 +02:00
README.md switch from prettier to deno 2024-07-08 14:42:09 +02:00
treefmt.nix treefmt: enable shfmt 2024-07-11 19:24:16 +02:00

data-mesher

This daemon is used to exchange data in mesh based networks where every peer can talk to another peer directly. It should securely exchange information signed by the sender. There should be no central server and peers should be able to verify independently the correctness of the data. The network should be self healing, Outdated hosts will be removed after a configurable decay time.

Right now this is a very rough prototype and not usable. The first usecase will be DNS inside a zerotier or mycelium based network.