From 611b3768fb00e3ad6f71300a977f854122b218db Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 9 Oct 2009 11:04:17 +0200 Subject: [PATCH] Added description of directory structure --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README b/README index 737e2ad9..761ed591 100644 --- a/README +++ b/README @@ -42,7 +42,34 @@ 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 -- 2.39.2