Commit e5746934 authored by Andrea Cimmino's avatar Andrea Cimmino
Browse files

Update README.md

parent 03f4dbbb
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -6,9 +6,24 @@ The SD Synthetic Data Generator allows to create a set of CSEs with several Sema

The goal of the SD Synthetic Data Generator is to produce an experimental environment for the SD simulation task, specifically to simulate the behaviour of a Distributed Semantic Resource Directory simulator. 

## Compile the SD Synthetic Data Generator
In order to run the SD Synthetic Data Generator first it has to be compiled. The following steps must be followed:

1. Unzip the [source code](https://labs.etsi.org/rep/iot/smartm2m-semantic-and-query/distributed-semantic-resource-directory/blob/master/Synthetic%20semantic%20descriptor%20generator/src.zip)
2. Navigate to the folder
`````
%$> cd src
`````
3. Compile using maven
`````
%$> mvn clean package -DskipTests
`````
4. A new folder called 'target' will appear in the directory, inside there is the jar compiled file of the SD Synthetic Data Generator

## Quick start
In order to use the SD Synthetic Data Generator, the following steps must be followed:

0. Add the jar compied file to your current working directory
1. Configure the SD Synthetic Data Generator modifying the *config.json* file
2. Run the SD Synthetic Data Generator using the following command:
`````