Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 929 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 929 Bytes

This is a framework to simulate Eclipse Kura gateways. It is intended to provide help creating your own (virtual) Kura gateway instances for testing.

Building

This module is built by its parent build.

Running

This module can either be used a library but also provides main entry points for running as a standalone application.

Simulator runner

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.

Simulating telemetry

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