otupy.actuators.ctxd.ctxd_actuator

Skeleton Actuator for CTXD profile

This module implements an Actuator for the CTXD profile. It manages common operations (like answering the query command and the interface to implement specific sofware for different environments. It should be used alone, because it does not return Services or Links.

Concrete implementation of this interface should implement the following methods: - discover_services(): Must fill in the internal services member with Service instances. - discover_links(): Must fill in the internal links member with Link instances.

Module attributes

OPENC2VERS

Supported OpenC2 Version

Classes

CTXDActuator

Context Discovery actuator for the ctxd profile.