From fe4a6d20fc583fa46393bf6bfc60639e75a3ede3 Mon Sep 17 00:00:00 2001 From: Izaya Date: Thu, 8 Mar 2018 09:06:26 +1100 Subject: [PATCH] Mentioned the applictation-layer protocols. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03cbe12..2769220 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ Minitel aims to implement layers 3, 4 and 5 of the OSI model. ### OpenOS - [Reference implementation for OpenOS](OpenOS/README.md) +## Application-layer protocols +This repository also contains a number of implementations and specifications for application-layer protocols using Minitel. + +- [FRequest](FRequest/FRequest-protocol.md) + ## Development and discussion Code and documentation is hosted in the [Github repository](https://github.com/XeonSquared/OC-Minitel).