Skip to content

v0.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@robertasn robertasn released this 06 Nov 13:23
bc7f9ec

Instructions

  1. Compile your hyped-2021 code
  2. Download this release
  3. Run it inside hyped-2021 repo with java -jar <path to jar file>/mission-control-2021.jar
  4. Go to localhost:8080

NOTE: Status section does not work as it's not implemented on the pod side. For the best testing experience, you could checkout tlm-testing branch in hyped-2021

Changelog

  • Implemented Filtering and Search features in the Terminal section.
  • Debug server is now deprecated in favour of integrating debug-server functionality directly into base station. Binary can be run from the GUI with selected flags without debug-server (compilation and remote execution are still in progress).
  • Removed the connection part in Setup stage.
  • Timestamps for the Graph section and the Timer now come directly from the pod.
  • Relevant flags are selected by default.
  • Various bug fixes.