Get desktop application:
View/edit binary Protocol Buffers messages
An eventbus event is sent as a serialized JSON object containing the complete content of the original event. The content map is defined by the event, and can be arbitrary.
Complete event as JSON
Publish an event; remotely pubished events must not overlap internal events and must be limited to pure-json data; the content of a remote published event will not be translated to a complex C++ object. event_content_json will be published in the kismet event as event_content["kismet.eventbus.event_json"]
Registering event listeners causes the eventbus to send an event record each time a matching type is sent. A type of '*' receives all events.