diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:18:55 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:18:55 +0200 |
commit | 615d2211463e073a65b0de60c61ab1184b14b958 (patch) | |
tree | a7635aec59a689152061c00e8a462382112792f4 /content | |
parent | 2a2311ea3fb1b89a266668bfd16aa96475fc183e (diff) | |
download | website-615d2211463e073a65b0de60c61ab1184b14b958.tar.gz website-615d2211463e073a65b0de60c61ab1184b14b958.zip |
theme: Switch to ananke theme
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/content/_index.md b/content/_index.md index 9ac7681..b635592 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,16 +1,18 @@ --- -title: "A decentralized packet network" +title: "The first completely decentralized packet network" --- -Ouroboros is a peer-to-peer transport network built on a new recursive -network paradigm following a UNIX design philosphy. The aim is to -provide a secure and private networking experience and simplify -writing distributed software and networking libraries. +Ouroboros is a __peer-to-peer transport network__ built on a new +__recursive network paradigm__ built according to a __UNIX design +philosphy__. The aim is to provide a __secure__ and __private__ +networking experience and __simplify writing distributed software__ +and networking libraries. It provides a __very simple API__, enabling +__unicast__ and __multicast__ services. -Ouroboros is compatible with TCP/IP and 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 (soon) congestion control. +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 +control. Ouroboros was originally started at [imec](www.imec-int.com) under its Future Internet research, and is [free |