blob: f48e03ce64123232f68960785c84e2dfc3a10abb (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
title: "Documentation"
date: 2019-06-22
type: page
draft: false
---
# Getting started
* [Requirements](/requirements/)
* [Download Ouroboros](/download/)
* [Installing Ouroboros](/install/)
* [Compilation options](/compopt/)
# User tutorials
These tutorials will be kept up-to-date for the latest version of
Ouroboros. Check the version that is installed on your system using:
```
$ irmd --version
```
The output shown in the tutorials uses a [*debug*](/compopt) build
of Ouroboros, with FUSE installed and IPCP\_FLOW\_STATS enabled to show
some additional details of what is happening.
* [Tutorial 1: Local test](/tutorial-1/)
* [Tutorial 2: Adding a layer](/tutorial-2/)
* [Tutorial 3: IPCP statistics](/tutorial-3/)
* [Tutorial 4: Connecting two machines over Ethernet](/tutorial-4/)
# Developer tutorials
* [Developer tutorial 1: Writing your first Ouroboros C program](/dev-tut-1/)
# Extra info
* [Manual pages](/manuals/)
* [Frequently Asked Questions (FAQ)](/faq/)
* [Performance tests](/performance/)
|