]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
Added description of directory structure
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 9 Oct 2009 09:04:17 +0000 (11:04 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 9 Oct 2009 09:04:17 +0000 (11:04 +0200)
README

diff --git a/README b/README
index 737e2ad98f6cb5490e8901066a8515415d97cc19..761ed5910e7c2b003f10416bfe42c9dfd64bf449 100644 (file)
--- a/README
+++ b/README
 
    make
 
+* DIRECTORY STRUCTURE
 
+  * build/* - configuration for different build targets
+
+  * build/aquosa - default build for linux
+
+  * build/marte - build for MarteOS. Not completely supported now.
+
+  * src - all sources
+
+  * src/forb - CORBA-like middle for interprocess and inter-node
+    communication.
+
+  * src/frsh - The core of resource reservation framework.
+
+  * src/frsh-include - FRSH API headers from FRESCOR project. Our FRSH
+    framework implements this API.
+
+  * src/fosa - Operating system adaptation layer
+
+  * src/ulut - library providing generic data types and algorithms
+    (AVL trees etc.).
+
+  * src/fna - Network adaptation layer = unified API for plugging in
+    different network protocols.
+
+  * src/fwp - Communication protocol and resource management for WiFi
+    (also works with Ethernet).
 
 * OLD HOWTO