Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 665 Bytes

trucksim-dashboard

React dashboard build on trucksim-mqtt-telemetry plugin.

trucksim dashboard displaying a map

Starting developement server

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)

Map tiles

This repository includes SCS Map Tiles as a submodule.