SOCManager#

class stixcore.io.soc.manager.SOCManager(data_root)[source]#

Bases: object

Manages the SOC data exchange directory and provides excess and search methods.

Methods Summary

get_files([tmtc])

Get all SOC files from the input directory that contain TM or TC data.

Methods Documentation

get_files(tmtc=TMTC.All)[source]#

Get all SOC files from the input directory that contain TM or TC data.

Parameters:

tmtc (TMTC, optional) – Filter for TC | TM or ALL, by default TMTC.All

Yields:

SOCPacketFile – the next found SOC input file.