Skip to content
Samy Sadi edited this page Apr 7, 2018 · 3 revisions

Welcome to ACS wiki!

This wiki describes the architecture and the functionality of ACS. A few examples are also given and described.

For classes, fields and methods documentation, please refer to the java documentation of ACS which is available here: https://samysadi.github.io/acs/javadoc/

Use the right sidebar to browse the wiki. Enjoy your reading!

What is ACS?

ACS (Advanced Cloud Simulator) is a discrete event based simulator which can be used to model and to simulate various aspects of Cloud Computing.

Overview of ACS

ACS is composed of seven (7) layers. Each layer provides a set of functionalities.

Where to start?

If it is the first time you are using ACS we encourage you to have a look at the Core layer description as it contains most of the basic knowledge you need to use ACS.

You can also view code examples in this page: Examples.

Architecture

ACS is composed of a set of layers as described below. Please note that some wiki pages are still a work under progress and are not currently available.

Code examples

See this page: Examples.