2020-12-02 12:33:24 +00:00
|
|
|
# Netapp - a toolkit library for distributed software
|
|
|
|
|
2021-02-18 11:10:10 +00:00
|
|
|
[![Build Status](https://drone.deuxfleurs.fr/api/badges/lx/netapp/status.svg)](https://drone.deuxfleurs.fr/lx/netapp)
|
|
|
|
|
2020-12-02 12:33:24 +00:00
|
|
|
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
|
2021-02-18 11:07:04 +00:00
|
|
|
- overlay networks: full mesh, and byzantine-tolerant random peer sampling using [Bᴀsᴀʟᴛ](https://arxiv.org/abs/2102.04063).
|
2020-12-14 10:40:13 +00:00
|
|
|
|
|
|
|
See examples folder to learn how to use netapp.
|