Switch to unified view

a b/README.md
1
RINA Simulator
2
====
3
4
###Version progress
5
6
* February 2015 version - After-Ghent release with FA policies
7
* January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
8
* November 2014 version - Brussels RV1 with AllNodes examples
9
* October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios
10
11
###Directory structure
12
13
  /examples                   ... scenarios testing RINA stack
14
      /AllNodes               ... communication across all types of devices
15
      /SimpleRelay            ... two CSs exchanging data through an interior router 
16
      /SingleCS               ... single computing system with two applications
17
      /SmallNetwork           ... communication across a small network
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
24
  /src                        ... source codes' folder
25
      /Common                 ... shared basic classes
26
      /CS                     ... computing system simulation nodes
27
      /DAF                    ... DAF components
28
      /DIF                    ... DIF components
29
      /policies               ... all programable RINA policies
30
          /DAF                ... policies related to DAF components
31
          /DIF                ... policies related to DIF components