A toolkit library for distributed software
Go to file
Alex dbb15807b9 Tentative trace 2020-12-11 20:04:49 +01:00
examples Add ability to specify our public addr for people to contact us back 2020-12-11 15:53:59 +01:00
src Tentative trace 2020-12-11 20:04:49 +01:00
.dockerignore Build docker container for basalt example 2020-12-03 18:55:00 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Small changes 2020-12-07 18:07:55 +01:00
Cargo.toml Small changes 2020-12-07 18:07:55 +01:00
Dockerfile no dup log 2020-12-04 14:22:31 +01:00
Makefile Add ability to specify our public addr for people to contact us back 2020-12-11 15:53: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