Just invoke (defaults to playing provided demo run):
sbt run
And navigate to: http://localhost:9000
Note: There's a demo file recorder using the DemoRecorder
actor. By using the DemoPlayer
actor it's
possible to play dumped UDP telemetry (demo.f1t
) from this run:
Note: For recording and playing recorded files, please see demo
configuration section in application.conf
:
demo {
record = false
play = true
filename = demo.f1t
}