Functionality
- Viewing logs
- Sending commands
- Viewing Backend states
- Viewing ARO requests
- Viewing Satellite position on a map
Endpoints:
Mcc: /mcc
- Get /telemetry gets param n number of most recent telemetry items
- Get /telemetry/{id} gets telemetry details by id if it exists otherwise returns 404 error
- Get /commands gets param count number of most recent commands
- Post /commands creates the command with the given payload
- Get /commands/{id} get command by id if it exists otherwise raises 404 error
- Delete /commands/{id} delete the command if the command exists and
can be deleted otherwise raise 404 error if command doesn't exist or 403 if the command can't be deleted due to it being already processed
- Get /aro-users gets param n number of aro users
- Get /aro-users/{id} gets aro user by id if it exists otherwise raises 404 error
- Websocket /mission-commands opens a websocket for transmitting, receiving and processing immediate and more general commands
Screens