A toolkit library for distributed software
Go to file
Alex 3aa46dfe95 We don't want to publish this 2020-12-14 11:19:59 +01:00
examples We don't want to publish this 2020-12-14 11:19:59 +01:00
src We don't want to publish this 2020-12-14 11:19:59 +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
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