A toolkit library for distributed software
Go to file
Alex 8f5cf60da3
continuous-integration/drone/push Build is failing Details
Add missing deps to drone
2022-02-21 12:20:19 +01:00
examples Full mesh peering strategy uses our local address if necessary 2021-10-15 15:34:03 +02:00
src Fix imports; rust stable in CI 2022-02-21 12:17:01 +01:00
.drone.yml Add missing deps to drone 2022-02-21 12:20:19 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Correct implementation of distributed tracing 2022-02-18 20:10:46 +01:00
Cargo.toml Fix imports; rust stable in CI 2022-02-21 12:17:01 +01:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile Add test for priority queue (it seems to work as intended) 2021-10-20 16:32:47 +02:00
README.md Add CI badge 2021-02-18 12:10:10 +01:00
rustfmt.toml First commit 2020-12-02 13:30:47 +01:00

README.md

Netapp - a toolkit library for distributed software

Build Status

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, and byzantine-tolerant random peer sampling using Bᴀsᴀʟᴛ.

See examples folder to learn how to use netapp.