aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5b05b07d5c5b898a59fee8035dc701696047c031 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Netapp - a toolkit library for distributed software

[![Build Status](https://drone.deuxfleurs.fr/api/badges/lx/netapp/status.svg)](https://drone.deuxfleurs.fr/lx/netapp)

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ᴀʟᴛ](https://arxiv.org/abs/2102.04063).

See examples folder to learn how to use netapp.