C&C Server User Guide#
Schedule A Job For A Ground Station (Sensor)#
create the job#
- On the top menue go to the tab 'Job List'. Now the already scheduled, currendly running and executed jobs are shown in a table.
- On the right side klick 'Create New'. A pop-up dialog will open.
- Insert the job name. We currently recommend the naming-pollicy: '
job_type
optional_counter
optonal_sensorname
_date
'. Examples: 'iridium_sniffing_25_10_2024', 'get_logs_nr3_sensor_kl_31_02_2025' - Select a start date and time, when the job should start.
- Start Date: Klicking on the right end of the input field, opens a calendar where you can select a day.
- Start Time: Select a start time. It uses a 24h format.
- Select a end time and date, when the job should end. This information is important for recording/sniffing jobs. The maximal length of a job is 24h. Some jobs (as 'get_logs') are done in a second, so the end time&date does not play a role for them, however it has to be specified (maybe change this in future).
- End Date: Klicking on the right end of the input field, opens a calendar where you can select a day.
- End Time: Select a start time. It uses a 24h format.
- Give a command and some required arguments. A full list of the supported commands is given in the client repository readme, here are three common examples:
- Command:
get_full_status
. Arguments: -none- (if -none- the input field must be empty) - Command:
get_logs
. Arguments:service:client.service
- Command:
iridium_sniffing
. Arguments:centerfrequency_mhz:1624;bandwidth_mhz:5
- Command:
- Click the 'Create Fix Job' button. The job will be created with the status 'pending'.
- Copy the job name.
Add Ground Stations (Sensors) To A Job#
- On the top menue go the tab 'Sensor List'.
- For those sensors, you want to add the job, click on the right side the 'Add Job' button. A pop-up dialog will open.
- Paste the job name.
- Klick OK.
Note: Only jobs with the pending status can be added to sensors. As soon as a sensor starts executing the job, the status is set to running. So make sure to add it to all sensors before this happens.