Skip to content

Releases: Hyp-ed/mission-control-2021

v0.4-beta

15 Feb 17:42
eaa97b4

Choose a tag to compare

v0.4-beta Pre-release
Pre-release

Instructions

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

NOTE: Status and Data sections do not work as they are not implemented on the pod side. For the best testing experience, you could checkout tlm-testing branch in hyped-2021, which tries to simulate the actual experience. In addition, the compilation is done without -j flag for now, so for the first time compilation it is better to do it manually, not through GUI.

Changelog

  • Finished Graphs and Terminal section design
  • Reshuffled design, so Graphs, Terminal and Data sections have more of vertical space.
  • Added brake buttons
  • Various bug fixes

v0.3-alpha

05 Dec 14:51
8916f1f

Choose a tag to compare

v0.3-alpha Pre-release
Pre-release

Instructions

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

NOTE: Status and Data sections do not work as they are not implemented on the pod side. For the best testing experience, you could checkout tlm-testing branch in hyped-2021, which tries to simulate the actual experience. In addition, the compilation is done without -j flag for now, so for the first time compilation it is better to do it manually, not through GUI.

Changelog

  • New overall design and layout
    • Maximized the percentage of viewport used
    • Graph, Terminal and Status sections are visible together at once
    • Reworked the GUI from multi-page to single-page by introducing modal windows
    • New Gauge design
    • New Status design (only a placeholder for now)
    • Simplified Data section
  • Added ability to compile hyped-2021 code through the GUI
  • Increased efficiency of Terminal section by introducing lazy loading
  • Various bug fixes

v0.2-alpha

06 Nov 13:23
bc7f9ec

Choose a tag to compare

v0.2-alpha Pre-release
Pre-release

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.

v0.1-alpha

08 Oct 22:44

Choose a tag to compare

v0.1-alpha Pre-release
Pre-release

This is a working version of Mission Control (from 2019/2020), although many features are missing.