AlbertaSat / ex2_ground_station_website

Ground station user interface for Ex-Alta 2.
6 stars 3 forks source link

Add sat_cil command support to the Live Commands page #89

Closed jmmabanta closed 2 years ago

jmmabanta commented 2 years ago

Brief Feature Description

Sat_cli commands behave similarly to bash commands but are run on the satellite. Adding a switch to the LiveCommands page to send a command as a sat_cli command reduces the amount of 'boilerplate' necessary and makes it more convenient for operators.

Sat_cli commands are also handled differently to regular commands so adding this switch can flag a command to use this alternate method.

Additional Details

The switch should also have a specification of the server (ex2, yuk, ari, etc.) that the sat_cli command should be sent to.

Priority

Medium