-
Notifications
You must be signed in to change notification settings - Fork 8
DebugDataGenerator
Generate random messages with random values, which can commited to Queue 1, Queue2 and database.
java DEBUGDATAGENERATOR MODUS [Options]
or
java DEBUGDATAGENERATOR [Options] MODUS
or
java DEBUGDATAGENERATOR help
Push sensormessages into the Middleware. Queue 1, Middleware, Queue2 and server have to run to get messages to the database. The Debugdatagenerator has to run on the raspi.
Push chairmessages into the server. Queue2 and server have to run to get messages to the database. The debugdatagenerator has to run on the server.
Push data direct into database. No other service is needed (except database). For configuration, edit the properties file.
delay INT
Set the delay between messages in ms. Standardvalue is 1 ms.
numData INT
Set the number of messages. Standardvalue is 10 messages.
daemon
The DebugDataGenerator runs until it gets killed (CTRL + C) ###Sensortypes temperature || pressure || distance || acceleration || gyroscope || microphone || location Sets the Sensortypes, which will be generated. Can be used in every combination.