diff options
author | Sander Vrijders <sander@ouroboros.rocks> | 2019-02-19 11:48:45 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-02-19 11:56:34 +0100 |
commit | 7b329bcdecfd820db98f015fbdd670c49dbdc777 (patch) | |
tree | 963a1815b1639d0a63f345a3d6edabdf20fa08b1 /content/_index.md | |
download | website-7b329bcdecfd820db98f015fbdd670c49dbdc777.tar.gz website-7b329bcdecfd820db98f015fbdd670c49dbdc777.zip |
Initial commit
This adds the initial files for the website, powered by Hugo.
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..6a089f1 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,19 @@ +--- +title: "A decentralized packet network" +--- + +Ouroboros is a decentralized packet network for POSIX operating +systems. + +Ouroboros provides a simple and minimal API for synchronous and +asynchronous IPC. Ouroboros can use IP, Ethernet LLC, Ethernet DIX or +Ethernet PHY (using the experimental raptor NetFPGA implementation) at +the lowest layer. + +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. |