vacp2p-rfc/README.md

905 B

Specifications

This repository contains the specs for vacp2p, a modular peer-to-peer messaging stack, with a focus on secure messaging. A detailed explanation of the vacp2p and its design goals can be found here.

Status

The entire vacp2p protocol is under active development, each specification has its own status which is reflected through the version number at the top of every document. We use semver to version these specifications.

Protocols

These protocols define various components of the vacp2p stack.

  • mvds - Ensure reliable messaging between peers across an unreliable peer-to-peer (P2P) network where they may be unreachable or unresponsive.

All specs follow RFC-2119.

Contributing