A toolkit library for distributed software
Go to file
Alex 48d6a72ebd
continuous-integration/drone/push Build is passing Details
Update kuska-handshake dependency to use official 0.2.0 release
2021-10-15 10:39:40 +02:00
examples Change call() to take a ref to the message to be sent 2021-10-14 16:11:07 +02:00
src Add netapp function to drop all handlers 2021-10-14 17:33:12 +02:00
.drone.yml test in separate drone step (redundant stuff tho) 2021-10-13 18:06:16 +02:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Update kuska-handshake dependency to use official 0.2.0 release 2021-10-15 10:39:40 +02:00
Cargo.toml Update kuska-handshake dependency to use official 0.2.0 release 2021-10-15 10:39:40 +02:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile Try to handle termination and closing of stuff properly 2021-10-13 17:12:13 +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.