You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listen for commands, analyze them, and send the command to the appropriate process.
Notes
For now, we will be listening on the serial debug of the arietta (through #18). We will need to listen for input on a named pipe. When we get input, the command must be parsed to determine the type of command and its parameters. It must then be sent to the appropriate process.
Initially we have 2 types of commands: payload commands and antenna deployment command.
Payload
payload initialize
payload start
payload stop
payload next-step (?)
Antenna
antenna deploy
antenna status
Depending on the command, send to the input of the appropriate input file from #17
The text was updated successfully, but these errors were encountered:
Goal
Listen for commands, analyze them, and send the command to the appropriate process.
Notes
For now, we will be listening on the serial debug of the arietta (through #18). We will need to listen for input on a named pipe. When we get input, the command must be parsed to determine the type of command and its parameters. It must then be sent to the appropriate process.
Initially we have 2 types of commands: payload commands and antenna deployment command.
payload initialize
payload start
payload stop
payload next-step
(?)antenna deploy
antenna status
Depending on the command, send to the input of the appropriate input file from #17
The text was updated successfully, but these errors were encountered: