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
* March 2015 version - Slowdown/Pushupnotif congestion control, basic statistics,
7
                     flow lifecycle, AEStream/ExtendedPing
6
* February 2015 version - After-Ghent release with FA policies
8
* February 2015 version - After-Ghent release with FA policies
7
* January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
9
* January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
8
* November 2014 version - Brussels RV1 with AllNodes examples
10
* November 2014 version - Brussels RV1 with AllNodes examples
9
* October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios
11
* October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios
10
12
11
###Directory structure
13
###Directory structure
12
14
13
    /examples                   ... scenarios testing RINA stack
15
    /examples                   ... scenarios testing RINA stack
14
        /AllNodes               ... communication across all types of devices
16
        /AllNodes               ... communication across all types of devices
17
      /BigRandNet             ... big network for testing distance-vector routing
18
      /ExtendedPingTwoCs      ... CACE module testing scenario distance-vector routing        
19
      /FatTreeTopology        ... DC-like environment for testing distance-vector routing
15
        /SimpleRelay            ... two CSs exchanging data through an interior router 
20
        /SimpleRelay            ... two CSs exchanging data through an interior router
21
      /SimpleRelayCongestion  ... same scenario as above demonstrating congestion control
16
        /SingleCS               ... single computing system with two applications
22
        /SingleCS               ... single computing system with two applications     
17
        /SmallNetwork           ... communication across a small network
23
        /SmallNetwork           ... communication across a small network
24
      /SmallNetworkRouting    ... same as above for testing distance-vector routing
25
      /SmallRandNetwork       ... small randomly generated network
18
        /TwoCSs                 ... two directly connected CSs
26
        /TwoCSs                 ... two directly connected CSs
19
        /TwoCSsSimple           ... two directly connected CSs with only one IPC
27
        /TwoCSsSimple           ... two directly connected CSs with only one IPC
20
        /TwoCSsWithDelay        ... delayed channel testing scenario
28
        /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
24
    /src                        ... source codes' folder
29
    /src                        ... source codes' folder
25
        /Common                 ... shared basic classes
30
        /Common                 ... shared basic classes
26
        /CS                     ... computing system simulation nodes
31
        /CS                     ... computing system simulation nodes
27
        /DAF                    ... DAF components
32
        /DAF                    ... DAF components
28
        /DIF                    ... DIF components
33
        /DIF                    ... DIF components
29
        /policies               ... all programable RINA policies
34
        /policies               ... all programable RINA policies
30
            /DAF                ... policies related to DAF components
35
            /DAF                ... policies related to DAF components
31
            /DIF                ... policies related to DIF components
36
            /DIF                ... policies related to DIF components
37
38