diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-08-03 13:54:58 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-08-03 13:54:58 +0200 |
commit | 2649c86e42ab1f34ae43382177a1f0b4d68c5bd9 (patch) | |
tree | f58ab3c435c2d4ab628b7abf3942242f6d759cbd | |
parent | 752b7fdd248ee96084473486b927d05a8d166ca2 (diff) | |
download | website-2649c86e42ab1f34ae43382177a1f0b4d68c5bd9.tar.gz website-2649c86e42ab1f34ae43382177a1f0b4d68c5bd9.zip |
content: Update about section
-rw-r--r-- | content/about/about.md | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/content/about/about.md b/content/about/about.md index b518751..5a97f85 100644 --- a/content/about/about.md +++ b/content/about/about.md @@ -1,10 +1,23 @@ --- title: "About" draft: false +date: 2019-08-02 --- The Ouroboros project is a decentralized packet network implementation -started by Sander Vrijders and Dimitri Staessens. +started by Sander Vrijders and Dimitri Staessens. It stems from our +deep interest in computer networks, trying to solve some long standing +problems in IP networks such as achieving clean fragmentation, routing +scalability, efficient congestion control and simple +multicast. Instead of trying to tackle these issues in isolation, we +subscribe to the view that the entire TCP/IP design is *fundamentally* +broken, and a holistic approach is needed to build efficient packet +networks. + +In addition, a lot of the design is inspired by Edward Snowdens +revelations and his call to [drastically improve end-user security and +privacy](https://www.theatlantic.com/politics/archive/2014/05/edward-snowdens-other-motive-for-leaking/370068/) +on the internet. ### Licenses @@ -25,7 +38,5 @@ Ouroboros is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. -At present, Ouroboros is a research prototype. Although it is developed -with utmost care, it may expose the host system to unknown security -risks and attack vectors. As such, we recommend to test it in a -contained environment. +At present, Ouroboros should be considered an advanced research +prototype. |