A toolkit library for distributed software
Go to file
Alex e761f2f6ef Merge branch 'master' of git.deuxfleurs.fr:lx/netapp 2020-12-14 11:22:29 +01:00
examples Merge branch 'master' of git.deuxfleurs.fr:lx/netapp 2020-12-14 11:22:29 +01:00
src Merge branch 'master' of git.deuxfleurs.fr:lx/netapp 2020-12-14 11:22:29 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Useless dependencies get removed 2020-12-12 19:08:57 +01:00
Cargo.toml Useless dependencies get removed 2020-12-12 19:08:57 +01:00
Makefile We don't want to publish this 2020-12-14 11:19:59 +01:00
README.md add README 2020-12-02 13:33:24 +01:00
rustfmt.toml First commit 2020-12-02 13:30:47 +01:00

README.md

Netapp - a toolkit library for distributed software

Netapp is a Rust library that takes care of a few common tasks in distributed software:

  • establishing secure connections
  • managing connection lifetime, reconnecting on failure
  • checking peer's state
  • peer discovery
  • query/response message passing model for communications
  • multiplexing transfers over a connection
  • overlay networks: full mesh or random peer sampling using Basalt