Modular p2p messaging stack, with a focus on secure messaging. https://rfc.vac.dev/
Go to file
Dean Eigenmann 2f2b04602b
Update _config.yml
2019-08-02 18:18:45 +02:00
assets Fix links 2019-07-18 20:45:25 +08:00
README.md vacp2p -> vac 2019-08-02 18:18:06 +02:00
_config.yml Update _config.yml 2019-08-02 18:18:45 +02:00
mvds.md Update mvds.md 2019-08-02 17:50:38 +02:00

README.md

Specifications

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

Status

The entire vac 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 vac 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