From e5746934affe3579f5792a4e7a987c90e5c6b9b2 Mon Sep 17 00:00:00 2001 From: Andrea Cimmino <cimmino@fi.upm.es> Date: Wed, 17 Mar 2021 11:50:17 +0100 Subject: [PATCH] Update README.md --- Synthetic semantic descriptor generator/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Synthetic semantic descriptor generator/README.md b/Synthetic semantic descriptor generator/README.md index d06382c..575836e 100644 --- a/Synthetic semantic descriptor generator/README.md +++ b/Synthetic semantic descriptor generator/README.md @@ -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: ````` -- GitLab