This is a parent repository containing a reference to Cadmium-DEVS models developed by ARSLab at Carleton University.
To download all models clone this repository and then run:
git submodule update --init --recursive
To download an individual model (e.g. AlternatingBitProtocol) clone this repository and then run:
git submodule update --init --remote --recursive -- AlternatingBitProtocol/
If it is your first time running a Cadmium model you need to setup your environment.
Instructions for setting up the environment can be found here:
Cadmium user manual be found in:
http://www.sce.carleton.ca/courses/sysc-5104/lib/exe/fetch.php?media=cadmium.pdf
The manual includes:
- Installation instructions
- Example of a DEVS model implemented in Cadmium
- Services provided by Cadmium