Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PPSP. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down