From 1b76e8162deb2739a06f1692056051a1d4ba3ab0 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 25 Oct 2019 19:27:50 +0200 Subject: content: Remove some lines in overview --- content/en/docs/Overview/_index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md index b7493af..b7c7036 100644 --- a/content/en/docs/Overview/_index.md +++ b/content/en/docs/Overview/_index.md @@ -1,6 +1,7 @@ --- title: "Overview" linkTitle: "Overview" +date: 2019-10-21 weight: 10 description: > A bird's eye view of Ouroboros. @@ -9,3 +10,22 @@ description: > {{% pageinfo %}} Under construction. {{% /pageinfo %}} + +Ouroboros is a (prototype) **distributed system** for packet network +communications. It consists of a C **library** that allows you to +write ouroboros-native programs and a bunch of **daemons** that allow +you to easily create your own (overlay) networks using ordinary PC +hardware (Linux, FreeBSD or MacOS X). + +The **Ouroboros library** implements the **application API** (the +Ouroboros alternative to POSIX sockets) and the **management API** +(the Ouroboros alternative to things like netlink sockets). All +**end-to-end transport functions** are implemented in the application +library, such as **reliability** (packet ordering, retransmission logic +etc) and transport **encryption**. + +The Ouroboros daemons can be thought of as **software routers** that + can be connected to each other. Each one has an address, + and they forward packets among each other. The daemons also implement + a Distributed Hash Table, so the network has its own internal + name-to-address resolution. \ No newline at end of file -- cgit v1.2.3