-
Notifications
You must be signed in to change notification settings - Fork 8
Raspberry PI Mocks GUI
Filip Wagner edited this page May 19, 2022
·
8 revisions
Raspberry PI Mocks GUI provides the graphical user interface to the Mock CLI tool, that imitates messages Rapberries send to ActiveMQ using MQTT and allows testing without connecting sensors and real Raspberries.
- JDK 8
- Maven >=3.3.9
Clone Hogarama and build Habarama/raspberry-pi-mocks/raspberry-pi-mocks-gui with
mvn clean install
This will create an Wilfdly Swarm executable jar under Habarama/raspberry-pi-mocks/raspberry-pi-mocks-gui/target/raspberry-pi-mocks-gui-swarm.jar
To start on a local machnine execute
java -jar raspberry-pi-mocks-gui-thorntail.jar
This application requires following environment variables:
- AMQ_HOST (e.g. http://broker-amq-mqtt:1883, https://localhost:8883 or another AMQ host url)
- KEYCLOAK_AUTH_SERVER_URL
Other optional environment variables:
- SWARM_PORT_OFFSET (Use this port offset if another server is already running on port 8080)
- AMQ_USER
- AMQ_PASSWDORD
- AMQ_TOPICS
- Current value
- Sensor type
- Sensor name
After click on "Run" the application sends messages with given parameters to AMQ every 3 seconds. Click on "Stop" in order to stop sending.
- Home
- Setup Guide
- Using Hogarama
-
Cloud Components
- AMQ
- MongoDB
- Single Sign On
- Hogajama
- Kafka
- Habarama
- Troubleshooting Hogarama
- Optional Modules
- Developer Guideline