From 3270cbab9802b299a81ee96429d5cdd4394e0c30 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Tue, 27 May 2008 08:24:54 +0000 Subject: [PATCH] update readme git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1185 35b4ef3e-fd22-0410-ab77-dab3279adceb --- README | 50 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/README b/README index 1982d21..8b76ec5 100644 --- a/README +++ b/README @@ -1,22 +1,48 @@ -Introduction -============ +FNA +===================== +Name: +FNA -This is the development trunk of FNA (Frescor Network Adaptation layer), the -layer that allows to plug-in different network protocols to FRESCOR by means -of a clear interface. +Version: +May 2008 -Directory Overview -================== +Status: +Alpha -- README: This file. +Authors: +Daniel Sangorrin [daniel.sangorrin@unican.es] (UC), +Michael Gonzalez Harbour [mgh@unican.es] (UC) +Martin Molnar (CTU) +Michal Sojka (CTU) -- COPYING: GNU GENERAL PUBLIC LICENSE +Licence: +FRESCOR Lincece (see COPYING) -- include/: FNA API C header files. +Brief description: +This is FNA (Frescor Network Adaptation layer) module, the layer that allows +to plug-in different network protocols to FRESCOR by means of a clear interface. -- src/ : source code of FNA that is common to all protocols +URL: +svn co http://www.frescor.org/private/svn/frescor/fna/trunk/ + +Bugs: +See TODO + +Description: + +This is FNA (Frescor Network Adaptation layer) module, the layer that allows +to plug-in different network protocols to FRESCOR by means of a clear interface. -- doc/: Documentation (TODO, INSTALL, changelog and API_reference.pdf) +- README: This file +- COPYING: FRESCOR license + +- INSTALL: Installation instructions + +- include/: FNA API C header files. + +- src/ : source code of FNA that is common to all protocols +- src_xxx/ : source code of 'xxx' protocols +- doc/: documentation directory -- 2.39.2