Skip to content

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

Notifications You must be signed in to change notification settings

vvaks0/DataSimulators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages