This is a framework to simulate Eclipse Kura gateways. It is intended to provide help creating your own (virtual) Kura gateway instances for testing.
This module is built by its parent build.
This module can either be used a library but also provides main entry points for running as a standalone application.
The main class is org.eclipse.kapua.kura.simulator.main.SimulatorRunner
. It can be run after
the module was built by be executing e.g. (which will print out some basic help):
java -jar target/kapua-simulator-kura-*-app.jar -?
For more information see the relevant User manual section.
If you wish to easily simulate producing telemetry data to the platform, you can use simulation setup used in tests, like
java -jar target/kapua-simulator-kura-*-app.jar -f src/test/resources/example1.json