aboutsummaryrefslogtreecommitdiff
path: root/content/_index.md
blob: 67244715014e4cc7ae4dc3d65df5710f0ed3f823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "A decentralized packet network"
---

Ouroboros is a peer-to-peer transport network that follows a UNIX
design philosphy, with minimal packet headers. The aim is to provide a
secure and private networking experience. Ouroboros provides its own
name 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 [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 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.