From 3e1ab86005f92c777d6370d68c8bd7f3404ab457 Mon Sep 17 00:00:00 2001 From: Izaya Date: Fri, 16 Feb 2018 23:55:05 +1100 Subject: [PATCH] nicer readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bda8834..4d281a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Minitel An easy-to-implement networking protocol for OpenComputers. Not to be confused with the [French computer network of the same name](https://en.wikipedia.org/wiki/Minitel). +Minitel aims to implement layers 3, 4 and 5 of the OSI model. + ## Layers -Minitel presently implements [layer 3](protocol-3.md) of the OSI model. +### Layer 3 +[Layer 3](protocol-3.md) implements addressing, meshing and datagram transmission. + +## Implementations +### OpenOS +- [Reference implementation for OpenOS](OpenOS/etc/rc.d/minitel.lua)