Skip to content

Commit e533f12

Browse files
committed
Update README
Signed-off-by: Manoel Campos <[email protected]>
1 parent 684060f commit e533f12

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://github.com/manoelcampos/cloudsim-plus-automation/actions/workflows/maven.yml/badge.svg)](https://github.com/manoelcampos/cloudsim-plus-automation/actions/workflows/maven.yml) [![Maven Central](https://img.shields.io/maven-central/v/org.cloudsimplus/cloudsim-plus-automation.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.cloudsimplus%22%20AND%20a:%22cloudsim-plus-automation%22) [![Javadocs](https://www.javadoc.io/badge/org.cloudsimplus/cloudsim-plus-automation.svg)](https://www.javadoc.io/doc/org.cloudsimplus/cloudsim-plus-automation) [![GPL licensed](https://img.shields.io/badge/license-GPL-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
44

5+
## 1. Introduction
56

67
**CloudSim Plus Automation** is a Java command line tool based on [CloudSim Plus](http://cloudsimplus.org)
78
(and some [CloudReports](https://github.com/thiagotts/CloudReports) classes)
@@ -75,18 +76,18 @@ This work contributes to:
7576
- use a human readable file format to specify cloud simulation scenarios and speed up such a simulation process phase;
7677
- allow reuse, extension and sharing of simulations scenarios.
7778
78-
# Using the command line tool
79+
## 2. Using the command line tool
7980
8081
You can simply download the [jar file from the latest release](https://github.com/manoelcampos/cloudsim-plus-automation/releases/latest) and run it in a terminal
8182
by issuing the following command (check the correct version number of the jar file):
8283
8384
```bash
84-
java -jar cloudsim-plus-automation-4.0.0-with-dependencies.jar PathToYamlSimulationScenarioFile
85+
java -jar cloudsim-plus-automation-7.1.0-with-dependencies.jar PathToSimulationScenario.yml
8586
```
8687

8788
Execute the tool without any parameter to see the usage help.
8889

89-
# Using it as a maven dependency into your own project
90+
## 3. Using it as a maven dependency into your own project
9091

9192
You can build your own applications on top of CloudSim Plus Automation to automate the creation cloud computing simulations.
9293
This way, your applications will be able to read simulation scenarios from YAML files, build and execute them on CloudSim Plus.
@@ -119,16 +120,16 @@ try {
119120
}
120121
```
121122

122-
# Published Paper
123+
## 4. Published Paper
123124

124125
For more information, read the paper published on the [Springer Lecture Notes in Computer Science Volume 8662](http://doi.org/10.1007/978-3-319-11167-4_34). Realize the paper is related to an older version of the tool, which is compatible with CloudSim 3.
125126
The YAML structure has changed since there too, making it simpler and matching the name of entries with CloudSim and CloudSim Plus classes (such as VmAllocationPolicy, VmScheduler, CloudletScheduler). See the last section for more information.
126127

127128
**If you are using this work for publishing a paper, please cite our paper above.**
128129

129-
# Notice
130+
## 5. Notice
130131

131132
If you are looking for the **CloudSim Automation**,
132133
which is the version compatible with [CloudSim 4](http://github.com/Cloudslab/cloudsim),
133134
it is available at [cloudsim-version](https://github.com/manoelcampos/cloudsim-plus-automation/tree/cloudsim-version) branch.
134-
However, that version isn't actively maintained anymore.
135+
However, that version is not supported anymore.

0 commit comments

Comments
 (0)