:py:mod:`km3pipe.utils.ligiermirror` ==================================== .. py:module:: km3pipe.utils.ligiermirror .. autoapi-nested-parse:: Subscribes to given tag(s) and sends them to another Ligier. Usage: ligiermirror [options] SOURCE_IP ligiermirror (-h | --help) Options: -t TARGET_IP Target IP [default: 127.0.0.1]. -p PORT Source port [default: 5553]. -q PORT Target port [default: 5553]. -m TAGS Comma separated message tags [default: IO_EVT, IO_SUM]. -s QUEUE Maximum queue size for messages [default: 20000]. -x TIMEOUT Connection timeout in seconds [default: 604800]. -d DEBUG_LEVEL Debug level (DEBUG, INFO, WARNING, ...) [default: WARNING]. -h --help Show this screen. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.utils.ligiermirror.LigierSender Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.ligiermirror.main .. py:class:: LigierSender(name=None, **parameters) Forwards a message to another ligier .. !! processed by numpydoc !! .. py:method:: configure() Configure module, like instance variables etc. .. !! processed by numpydoc !! .. py:method:: process(blob) Knead the blob and return it .. !! processed by numpydoc !! .. py:method:: finish() Clean everything up. .. !! processed by numpydoc !! .. py:function:: main() The main script .. !! processed by numpydoc !!