]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - README
Added more information to README
[frescor/frsh-forb.git] / README
diff --git a/README b/README
index aebf1b14a0b724d7a64fa3a6212f5caa6ea639fa..737e2ad98f6cb5490e8901066a8515415d97cc19 100644 (file)
--- 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