zeek/scripts/base/frameworks/broker
Jon Siwek 1dcead93bf Add Broker::forward() function
This enables explicit forwarding of events matching a given topic
prefix.  Even if a receiving node has an event handler, it will not
be raised if the event was sent along a topic that matches a previous
call to Broker::forward().
2018-08-28 19:42:22 -05:00
..
__load__.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
log.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
main.bro Add Broker::forward() function 2018-08-28 19:42:22 -05:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
store.bro Fix minor typos in broker reference documentation 2018-06-27 13:00:09 -05:00

The Broker communication framework facilitates connecting to remote Bro
instances to share state and transfer events.