Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd app/val_view
./val_view

Running the Simulation

We have a telemetry simulation for testing the ground station that can be found here: https://github.com/DMC1542/TelemetrySimulation.

The first step is to run Start.java:

Code Block
cd src/
javac *.java
java Start localhost 8080 -orm ../openRocketExports/dmcRocketExport.csv -rt

Then, in a separate terminal, select the simulation file in the Ground Station directory:

Code Block
cd data/
./select_config.sh simulation

Start the Ground Station:

Code Block
cd startup/current/
./start_gsw


The other UI strategy is to forward all of the telemetry data to an InfluxDB database and then display it using grafana.
Database Forwarding

...