git clone https://@opensourceprojects.eu/git/p/pristine/rinasimulator/rinasim pristine-rinasimulator-rinasim



File Date Author Commit
.settings 2015-01-15 Marcel Marek Marcel Marek [a2c977] Merge branch 'master' of https://github.com/kve...
examples 2015-01-22 Marcel Marek Marcel Marek [8bddfa] Merge branch 'master' of https://github.com/kve...
src 2015-01-23 Tomas Hykel Tomas Hykel [6d440c] Revert "first draft of support for channels bet...
.cproject 2015-01-13 Marcel Marek Marcel Marek [40e8f0] Merge branch 'efcp'
.gitignore 2014-11-04 Marcel Marek Marcel Marek [841e7d] Updated .gitignore.
.nedfolders 2015-01-22 Marcel Marek Marcel Marek [1c7ae5] Merge branch 'efcp'
.oppbuildspec 2014-08-01 Marcel Marek Marcel Marek [983c67] GIT clean-up
.project 2014-08-01 Marcel Marek Marcel Marek [983c67] GIT clean-up
LICENSE 2014-08-01 Marcel Marek Marcel Marek [983c67] GIT clean-up
Makefile 2014-08-01 Marcel Marek Marcel Marek [983c67] GIT clean-up
Makefile.vc 2014-08-01 Marcel Marek Marcel Marek [983c67] GIT clean-up
README.md 2015-01-15 Vladimir Vesely Vladimir Vesely [c2c978] CreateRequest timer, placeholder for policies

Read Me

RINA Simulator

Version progress

  • January 2015 version - Ghent meeting with EFCP, RMT, RA, PDUFTG and policies
  • November 2014 version - Brussels RV1 with AllNodes examples
  • October 2014 version - Madrid F2F meeting with working SimpleRelay and TwoCSs scenarios

Directory structure

/examples                   ... scenarios testing RINA stack
    /AllNodes               ... communication across all types of devices
    /SimpleRelay            ... two CSs exchanging data through an interior router 
    /SingleCS               ... single computing system with two applications
    /SmallNetwork           ... communication across a small network
    /TwoCSs                 ... two directly connected CSs
/src                        ... source codes' folder
    /Common                 ... shared basic classes
    /CS                     ... computing system simulation nodes
    /DAF                    ... DAF components
    /DIF                    ... DIF components
/policies                   ... all programable RINA policies
    /DAF                    ... policies related to DAF components
    /DIF                    ... policies related to DIF components