Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command process #20

Open
philip-brink opened this issue Mar 17, 2018 · 2 comments
Open

Command process #20

philip-brink opened this issue Mar 17, 2018 · 2 comments
Labels
Critical Priority Tasks
Milestone

Comments

@philip-brink
Copy link
Member

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
    • 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

@philip-brink philip-brink added this to the competition milestone Mar 17, 2018
@Buildblock Buildblock reopened this Mar 21, 2018
@Buildblock
Copy link
Contributor

We should put this as top priority for the team. This needs to be done before the competition. (Sorry I closed the issue by accident before)

@Buildblock Buildblock added the Critical Priority Tasks label Mar 21, 2018
@philip-brink
Copy link
Member Author

philip-brink commented Mar 22, 2018

Add:

  • ping

Remove:

  • payload next-step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical Priority Tasks
Projects
None yet
Development

No branches or pull requests

2 participants