:tocdepth: 3

policy/frameworks/control/controller.bro
========================================
.. bro:namespace:: Control

This is a utility script that implements the controller interface for the
control framework.  It's intended to be run to control a remote Bro
and then shutdown.

It's intended to be used from the command line like this::

    bro <scripts> frameworks/control/controller Control::host=<host_addr> Control::port=<host_port> Control::cmd=<command> [Control::arg=<arg>]

:Namespace: Control
:Imports: :doc:`base/frameworks/communication </scripts/base/frameworks/communication/index>`, :doc:`base/frameworks/control </scripts/base/frameworks/control/index>`
:Source File: :download:`/scripts/policy/frameworks/control/controller.bro`

Summary
~~~~~~~

Detailed Interface
~~~~~~~~~~~~~~~~~~

