aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2019-02-23 21:20:49 +0100
committerDimitri Staessens <dimitri.staessens@ugent.be>2019-02-23 21:20:49 +0100
commitcc50173abf9b0df47a03d36de614da9ed95c12bd (patch)
tree3b85bd6e27a72d25ff1bfc769be2661c91ee5cf4 /content
parent327b1f14b5cbf34e562fc8a1b3450e5d74ffa4de (diff)
downloadwebsite-cc50173abf9b0df47a03d36de614da9ed95c12bd.tar.gz
website-cc50173abf9b0df47a03d36de614da9ed95c12bd.zip
content: Fix some typos and further smoothing of index
Diffstat (limited to 'content')
-rw-r--r--content/_index.md37
1 files changed, 20 insertions, 17 deletions
diff --git a/content/_index.md b/content/_index.md
index acc8ec5..245c806 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,36 +3,39 @@ title: "A decentralized packet network"
---
The current TCP/IP network stack has a long development history,
-leading inefficiencies that allow hackers to infiltrate networks with
-childish ease. In order to get to a trustworthy and secure
+leading to inefficiencies that allow hackers to infiltrate networks
+with childish ease. In order to get to a trustworthy and secure
communications infrastructure, the structure of the Internet needs to
be drastically revised. The current protocols have so much deprecated,
unused and unnecessary bits and fields, that trying to guard against
every possible exploit is inefficient and virtually impossible.
Ouroboros is a new decentralized packet transport network for POSIX
-operating systems that aims to accept the
-[challenge](https://www.theatlantic.com/politics/archive/2014/05/edward-snowdens-other-motive-for-leaking/370068/)
-to researchers set out by Edward Snowden: a network that will
-"*enforce a principle whereby the only way the powerful may enjoy
-privacy is when it is the same kind shared by the ordinary: one
-enforced by the laws of nature, rather than the policies of man*."
+operating systems that aims to accepts Edward Snowdens
+[challenge](https://www.theatlantic.com/politics/archive/2014/05/edward-snowdens-other-motive-for-leaking/370068/):
+to build a network infrastructure that will "*enforce a principle
+whereby the only way the powerful may enjoy privacy is when it is the
+same kind shared by the ordinary: one enforced by the laws of nature,
+rather than the policies of man*."
Ouroboros is a peer-to-peer recursive architecture that follows a UNIX
design philosphy, with minimal packet headers. The aim is to provide a
secure and private network experience. Ouroboros provides its own name
-resolution, reliability mechanisms, routing algorithms, and
-congenstion control. It can be overlayed on top of UDP and Ethernet,
-and IP applications can be tunneled over Ouroboros.
+resolution, reliability mechanisms, routing algorithms, and congestion
+control. It can be overlayed on top of UDP and Ethernet, and IP
+applications can be tunneled over Ouroboros.
-Ouroboros is written in C for and its application library provides a
-simple, unified API for synchronous and asynchronous Inter-Process
-Communication (IPC) and networking.
+Ouroboros is [free
+software](https://www.fsf.org/about/what-is-free-software), written in
+C for and its application library provides a simple, unified API for
+synchronous and asynchronous Inter-Process Communication (IPC) and
+networking.
The best place to start exploring Ouroboros is this introduction
presented at [FOSDEM
2018](https://www.fosdem.org/2018/schedule/event/ipc/).
-This website is currently under construction and undergoing frequent
-updates. The documentation is still sparse, please don't hesitate to
-[contact us](/contribute) with any questions you might have.
+This new website is currently under construction and undergoing
+frequent updates. The documentation is still sparse, please don't
+hesitate to [contact us](/contribute) with any questions you might
+have.