From b82bada9b0aa575611691312f380997fc41cd3a1 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 24 Aug 2009 15:32:10 +0200 Subject: [PATCH] Added more information to README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index aebf1b14..737e2ad9 100644 --- a/README +++ b/README @@ -1,3 +1,21 @@ +* FRSH/FORB FRAMEWORK + + FRSH/FORB is a contract-based resource reservation framework for + distributed real-time applications. It provides timing isolation + between applications, i.e. multiple applications can use the same + resources such as CPU, networks, etc., without influencing timing of + the other applications. The main principle is that application + developers use FRSH API to specify their resource requirements + needed to achieve desired timeliness and the framework uses + schedulability analysis to check these requirements. If the check is + successful an application is granted a "virtual resource" which + allow the application to use the requested resource while enforcing + the application not to use more than requested. + + The development of the framework begun in FRESCOR project + (http://frescor.org) and now it is developed as a stand-alone + project on SourceForge (http://frsh-forb.sf.net). + * BUILDING FRSH/FORB FRAMEWORK 1) Initialize and download additional submodules: @@ -25,6 +43,7 @@ make + * OLD HOWTO Linux + AQuoSA -- 2.39.2