React dashboard build on trucksim-mqtt-telemetry plugin.
Environment variable REACT_APP_MQTT_BROKER_URL
with full MQTT broker URL (e. g. ws://192.168.22.83:8080
) has to be
set. This will be the broker that the application will connect to.
On Windows (Powershell) with NPM:
> ($env:REACT_APP_MQTT_BROKER_URL = "ws://192.168.22.83:8080") -and (npm start)
This repository includes SCS Map Tiles as a submodule.