Switch to unified view

a/README.md b/README.md
1
RINA Simulator
1
RINA Simulator
2
====
2
====
3
3
4
###Version progress
4
###Version progress
5
5
6
* February 2015 version - After-Ghent release with FA policies
6
* January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
7
* January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
7
* November 2014 version - Brussels RV1 with AllNodes examples
8
* November 2014 version - Brussels RV1 with AllNodes examples
8
* October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios
9
* October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios
9
10
10
###Directory structure
11
###Directory structure
...
...
13
        /AllNodes               ... communication across all types of devices
14
        /AllNodes               ... communication across all types of devices
14
        /SimpleRelay            ... two CSs exchanging data through an interior router 
15
        /SimpleRelay            ... two CSs exchanging data through an interior router 
15
        /SingleCS               ... single computing system with two applications
16
        /SingleCS               ... single computing system with two applications
16
        /SmallNetwork           ... communication across a small network
17
        /SmallNetwork           ... communication across a small network
17
        /TwoCSs                 ... two directly connected CSs
18
        /TwoCSs                 ... two directly connected CSs
19
      /TwoCSsSimple           ... two directly connected CSs with only one IPC
20
      /TwoCSsWithDelay        ... delayed channel testing scenario
21
      /SmallRandNet           ... small randomly generated symmetric topology 
22
      /BigRandNet             ... big randomly generated symmetric topology
23
      /FatTreeTopology        ... scenario for testing D-V routing policy
18
    /src                        ... source codes' folder
24
    /src                        ... source codes' folder
19
        /Common                 ... shared basic classes
25
        /Common                 ... shared basic classes
20
        /CS                     ... computing system simulation nodes
26
        /CS                     ... computing system simulation nodes
21
        /DAF                    ... DAF components
27
        /DAF                    ... DAF components
22
        /DIF                    ... DIF components
28
        /DIF                    ... DIF components
23
    /policies                 ... all programable RINA policies
29
     /policies               ... all programable RINA policies
24
        /DAF                  ... policies related to DAF components
30
         /DAF                ... policies related to DAF components
25
        /DIF                  ... policies related to DIF components
31
         /DIF                ... policies related to DIF components