From: Michal Sojka Date: Fri, 9 Oct 2009 09:04:17 +0000 (+0200) Subject: Added description of directory structure X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-forb.git/commitdiff_plain/611b3768fb00e3ad6f71300a977f854122b218db Added description of directory structure --- 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