Skip to main content
Version: 2.0

Prerequisites

The Signaling API requires payloads to:

  1. Run a linux operating system
  2. Have an ethernet connection to the satellite bus
  3. Have an SSH daemon running
  4. Provision a user for the Signaling API to use for SSH commands

Filesystem Conventions

The Signaling API requires that certain conventions be followed when using the payload filesystem to place configuration files and/or find required executables.

Filesystem locationDescription
/usr/bin/payload_execExecutable used by the satellite bus when signal commands are executed. Signaling API user must have execute permissions
/signaling/window_configs/Directory used by satellite bus to place window configuration .json files. Signaling API user must have write access
danger

The /signaling/window_configs/ directory must be created in the payload filesystem by the customer (or payload software owner) and it must be writeable. The bus will not attempt to create this directory and the window execution will fail if it's unable to place a window config file in that location.

New in version 2

The bus will no longer automatically place payload uploads in the /signaling/inbox/<user> directory before the start of a payload window. The payload must interact with the Spire Linux Agent to query for and retrieve any available uploads.

Additional Permissions

The Signaling API user must also have root or sudo privileges to perform a number of operations, including but not limited to: altering the system clock for time synchronization, issuing halt/shutdown commands at the completion of a payload window.