Skip to content
/ SIMoT Public

Simulator for orchestration of tasks in Internet-of-Things devices.

License

Notifications You must be signed in to change notification settings

SIGNEXT/SIMoT

Repository files navigation

Setup

Make sure Node.js >= 14.15.4 and yarn is installed and run:

yarn

Usage

  1. Running the simulation
Usage: yarn start run <scenario> [options] 

Arguments:
  scenario            scenario name

Options:
  -v, --verbose              display orchestration logs
  -d, --console              log to console
  -c, --csv                  log to csv file
  -t, --time-limit <limit>  time limit
  -o, --orchestrator <type>  (choices: "v0", "v1", "v2", "v3", "v4", "v5")

Example:

yarn start run balancing -t 10 -o v1 -c

Results will be saved into measurements folder.

  1. Generating synthetic scenarios
Usage: yarn start generate <N>

Arguments:
  N                 number of scenarios

About

Simulator for orchestration of tasks in Internet-of-Things devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages