]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - README
some reorganization... now the acceptor is simpler.. everything goes through requests...
[frescor/fna.git] / README
1 Introduction
2 ============
3
4 This is the development trunk of FNA (Frescor Network Adaptation layer), the
5 layer that allows to plug-in different network protocols to FRESCOR by means
6 of a clear interface.
7
8 Directory Overview
9 ==================
10
11 - README: This file.
12
13 - COPYING: GNU GENERAL PUBLIC LICENSE
14
15 - include/: FNA API C header files.
16
17 - src/ : source code of FNA that is common to all protocols
18
19 - doc/: Documentation (TODO, INSTALL, changelog and API_reference.pdf)
20
21
22