hortonworks/fieldeng-data-simulators

Name: fieldeng-data-simulators

Owner: Hortonworks Inc

Description: null

Created: 2017-06-05 20:24:19.0

Updated: 2017-06-15 20:04:05.0

Pushed: 2017-06-05 20:24:33.0

Homepage: null

Size: 47

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.