A toolkit library for distributed software
Go to file
Alex 90f8fb2836 Fix drone ? 2021-03-15 13:03:23 +01:00
examples Publish Bᴀsᴀʟᴛ 2021-02-18 12:07:04 +01:00
src make basalt optionnal during compilation 2021-03-10 22:32:14 +01:00
.drone.yml Fix drone ? 2021-03-15 13:03:23 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock update versions 2021-03-10 22:47:19 +01:00
Cargo.toml update versions 2021-03-10 22:47:19 +01:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile We don't want to publish this 2020-12-14 11:19:59 +01: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.