diff options
author | Dimitri Staessens <[email protected]> | 2019-07-05 22:27:04 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-07-05 22:27:04 +0200 |
commit | 95258be27446b3584528c5bc7177aca40ddba2d5 (patch) | |
tree | f918e4415eacaacf6e4c7b0d00337990f9095bc4 /content/_index.md | |
parent | e5d3f80261ebaed768ad718bd6fce0df848586fb (diff) | |
download | website-95258be27446b3584528c5bc7177aca40ddba2d5.tar.gz website-95258be27446b3584528c5bc7177aca40ddba2d5.zip |
content: Reorganize to better suit ananke theme
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 6a79621..5ac1f6a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,7 @@ --- -title: "The first completely decentralized packet network" +title: "A completely decentralized packet network" +date: 2019-06-22 +draft: false --- Ouroboros is a __peer-to-peer transport network__ built on a new @@ -9,6 +11,7 @@ networking experience and __simplify writing distributed software__ and networking libraries. It provides a __very simple API__, enabling __unicast__ and __multicast__ services. +<!--- Ouroboros can be __overlayed over UDP and Ethernet__. IP applications can be tunneled over Ouroboros. Ouroboros provides its own name resolution, reliability mechanisms, routing algorithms, and congestion @@ -23,6 +26,7 @@ presented at [FOSDEM 2018](https://www.fosdem.org/2018/schedule/event/ipc/), and the [PhD dissertation](https://biblio.ugent.be/publication/8615152) of Sander Vrijders, especially chapters 5-6. +---> This new website is currently under construction and undergoing frequent updates. The documentation is still sparse, please don't |