Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 694 Bytes

Racing Demo

Building

Run

mvn clean install

from the root of this repository.

Running

Download and install Diffusion 6.0. Start a Diffusion server locally, using the default configuration which will accept connections on port 8080.

Execute the jar in the target directory

cd target && java -jar racing-demo-1.0-SNAPSHOT.jar

This will run a Java process that starts a local web server on port 3142, connects to the Diffusion server, and generates race data.

Use a web browser to connect to http://localhost:3142/ to see the race track.

More details

Read the blog here