Start Npdu Listener

Starts ndpu listener on a channel.

Arguments Description

channel_name (str): name of the Npdu channel, channel must be configured before in the setup of npdu

manager or a custom tunnel was added with Add Npdu Tunnel.

silent_mode (boolean, optional): Flag to choose the listening mode. (Default to True)

When silent_mode = False, both the MTF-Pyapi and MTF-Core callbacks will work. Else When silent_mode = True, only the MTF-Core callback will be activated.

Returns

bool: True if listener is started. False otherwise.

Example

Start Npdu Listener ${channel_name}

Note

It is highly recommended to set the silent mode to True with high-network traffic.