diff options
author | Mathias Buus <mathiasbuus@gmail.com> | 2016-03-15 15:34:28 -0700 |
---|---|---|
committer | Mathias Buus <mathiasbuus@gmail.com> | 2016-03-15 15:34:28 -0700 |
commit | f35f3027bbd1991a046fb12b2a0cc637410a660a (patch) | |
tree | e4d9dce711b18ad7b7186e3b0051e96fd353fe87 | |
parent | bfcc1418bdbaf1d9b6c77b8cbff8ce42d4797116 (diff) | |
download | dat-docs-f35f3027bbd1991a046fb12b2a0cc637410a660a.tar.gz dat-docs-f35f3027bbd1991a046fb12b2a0cc637410a660a.zip |
add specification header
-rw-r--r-- | hyperdrive.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hyperdrive.md b/hyperdrive.md index ce05f69..3a00ce3 100644 --- a/hyperdrive.md +++ b/hyperdrive.md @@ -1,4 +1,6 @@ -# Hyperdrive +# Hyperdrive Specification + +## DRAFT Version 1 Hyperdrive is the peer-to-peer data distribution protocol that powers Dat. It consists of two parts. First there is hypercore which is the core protocol and swarm that handles distributing append-only logs of any binary data. The second part is hyperdrive which adds a filesystem specific protocol on top of hypercore. |