SkillAgentSearch skills...

DataSimulators

Package of Data Simulators including all kinds of devices and entities. Ment for you use with IOT demos

Install / Use

/learn @vvaks0/DataSimulators
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Data Simulators

The DataSimulators project contains an application designed to simulate data coming from IOT devices.

Build

git clone https://github.com/vakshorton/DataSimulators.git

cd DataSimulators/DeviceSimulator

mvn clean package

Running Simulations

The Simulator should be located in the DeviceSimulator directory

USAGE:

java -jar simulator.jar arg1=Simulator-Type{BioReactor|FiltrationSystem} arg2=EntityId{1000} arg3={Simulation|Training}

EXAMPLES:

Cable Set Top Box Health: java -jar DeviceSimulator-0.0.1-SNAPSHOT-jar-with-dependencies.jar STB 1000 Simulation

Technician/Driver: java -jar DeviceSimulator-0.0.1-SNAPSHOT-jar-with-dependencies.jar Technician 1000 Simulation

BioReactor: java -jar DeviceSimulator-0.0.1-SNAPSHOT-jar-with-dependencies.jar BioReactor 1000 Simulation

Filtration System: java -jar DeviceSimulator-0.0.1-SNAPSHOT-jar-with-dependencies.jar FiltrationSystem 1000 Simulation

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6y ago
Forks1

Languages

Java

Security Score

55/100

Audited on Jul 7, 2019

No findings