From 052a70a5017953f03221a555830a1fae36e2c3b6 Mon Sep 17 00:00:00 2001 From: rektide de la faye Date: Mon, 7 Nov 2016 14:41:21 -0500 Subject: [PATCH] Add PPSP. "How Hypercore Works"[1] describes the underlying data structure of Hypercore, which is the flat-tree discussed in RFC 7574 PPSP. Add this link. [1] https://dat-data.readthedocs.io/en/latest/hyperdrive_spec/#how-hypercore-works --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 46706f7..b1e361b 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,7 @@ - [specification](https://github.com/datproject/docs/blob/master/docs/hyperdrive_spec.md) - Hyperdrive + Hypercore Specification. - 📔[hypercore](https://github.com/mafintosh/hypercore) - Protocol and network for distributing and replicating feeds of binary data. - [hypercore-protocol](https://github.com/mafintosh/hypercore-protocol) - Stream that implements the hypercore protocol. +- [RFC 7574 Peer to Peer Streaming Protocol](https://datatracker.ietf.org/doc/rfc7574/) - Aka PPSP. Underlying flat trees of Hypercore based off this RFC, and protocol has similarities. - 📔[hyperdrive](https://github.com/mafintosh/hyperdrive) - A file sharing network based on rabin file chunking and append only feeds of data verified by merkle trees. - [hyperdrive-archive-swarm](https://github.com/karissa/hyperdrive-archive-swarm) - Join the p2p swarm for a given hyperdrive archive. - [hyperdrive-ui](https://github.com/karissa/hyperdrive-ui) - Render a hyperdrive in the browser.